Html Css Color HEX #A246CE Dark Orchid

📋 copy color: '#A246CE'

red 162 ◦ green 70 ◦ blue 206

#A246CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A246CE

Tints of Dark Orchid #A246CE

RGB

 RED value IS 162 (63.67% from 255) = 36.99%

 GREEN value IS 70 (27.73% from 255) = 15.98%

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 36.99%
G = 15.98%
B = 47.03%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A246CE (or 0xA246CE) is known color: Dark Orchid. HEX triplet: A2, 46 and CE. RGB value is (162,70,206). Sum of RGB (Red+Green+Blue) = 162+70+206=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #A246CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A246CE is #5DB931. Grayscale: #707070. Windows color (decimal): -6142258 or 13518498. OLE color: 13518498.

HSL color Cylindrical-coordinate representation of color #A246CE: hue angle of 280.59º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A246CE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 70 206 -
CMYK 0.21 0.66 0 0.19
HSL 280.59º 0.58% 0.54% -
HSV(B) 280.59º 0.66% 0.81% -
XYZ 28.23 16.52 60.09 -
YUV 113.01 180.48 162.94 -
System Red Green Blue C M Y K H S L
Decimal 162 70 206 0.21 0.66 0 0.19 280.59 0.58 0.54
Hex A2 46 CE 15 42 0 13 119 3A 36
Octal 242 106 316 25 102 0 23 431 72 66
Binary 10100010 1000110 11001110 10101 1000010 0 10011 100011001 111010 110110

Color Harmonies of #A246CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A246CE

Black with #A246CE

Text Example


Text Example

White with #A246CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A246CE; }

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

 H1.HeaderClassName
 {
   color: #A246CE;
 }
 .AnyTagClassName
 {
   color: #A246CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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