#A246CA

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

Shades of Dark Orchid #A246CA

Tints of Dark Orchid #A246CA

Color information

#A246CA (or 0xA246CA) is unknown color: approx Dark Orchid. HEX triplet: A2, 46 and CA. RGB value is (162,70,202). Sum of RGB (Red+Green+Blue) = 162+70+202=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #A246CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A246CA is #5DB935. Grayscale: #707070. Windows color (decimal): -6142262 or 13256354. OLE color: 13256354.

HSL color Cylindrical-coordinate representation of color #A246CA: hue angle of 281.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A246CA is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16270202-
CMYK0.200.6500.21
HSL281.82º55.46%53.33%-
HSV(B)281.82º65.35%79.22%-
XYZ27.7516.3357.57-
YUV112.56178.48163.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 70 (27.73% from 255) = 16.13%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=37.33%
G=16.13%
B=46.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162702020.200.6500.21281.8255.4653.33
HexA246CA144101511a3735
Octal242106312241010254326765
Binary10100010100011011001010101001000001010101100011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A246CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A246CA; }

 p { color: rgb(162,70,202); }

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

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

 a { background-color: rgb(162,70,202); }

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

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

 span { border-color: rgb(162,70,202); }

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