#A234C7

Color #A234C7 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A234C7

Tints of Dark Orchid #A234C7

Color information

#A234C7 (or 0xA234C7) is unknown color: approx Dark Orchid. HEX triplet: A2, 34 and C7. RGB value is (162,52,199). Sum of RGB (Red+Green+Blue) = 162+52+199=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 52 (20.70% from 255 or 12.59% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #A234C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A234C7 is #5DCB38. Grayscale: #656565. Windows color (decimal): -6146873 or 13055138. OLE color: 13055138.

HSL color Cylindrical-coordinate representation of color #A234C7: hue angle of 284.9º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A234C7 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16252199-
CMYK0.190.7400.22
HSL284.9º58.57%49.22%-
HSV(B)284.9º73.87%78.04%-
XYZ26.4414.2655.39-
YUV101.65182.94171.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 52 (20.70% from 255) = 12.59%
BLUE value IS 199 (78.12% from 255) = 48.18%
R=39.23%
G=12.59%
B=48.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162521990.190.7400.22284.958.5749.22
HexA234C7134A01611d3b31
Octal24264307231120264357361
Binary1010001011010011000111100111001010010110100011101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A234C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A234C7; }

 p { color: rgb(162,52,199); }

 H1.HeaderClassName
 {
   color: #A234C7;
 }
 .AnyTagClassName
 {
   color: #A234C7;
 }
</style>
background-color css

<style>
 a { background-color: #A234C7; }

 a { background-color: rgb(162,52,199); }

 div.DivClassName
 {
   background-color: #A234C7;
 }
 .BgClassName
 {
   background-color: #A234C7;
 }
</style>
border-color css

<style>
 span { border-color: #A234C7; }

 span { border-color: rgb(162,52,199); }

 td.TdClassName
 {
   border-color: #A234C7;
 }
 .TagClassName
 {
   border-color: #A234C7;
 }
</style>