Html Css Color HEX #A837CE Dark Orchid

📋 copy color: '#A837CE'

red 168 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #A837CE

Tints of Dark Orchid #A837CE

RGB

 RED value IS 168 (66.02% from 255) = 39.16%

 GREEN value IS 55 (21.88% from 255) = 12.82%

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

R = 39.16%
G = 12.82%
B = 48.02%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A837CE (or 0xA837CE) is known color: Dark Orchid. HEX triplet: A8, 37 and CE. RGB value is (168,55,206). Sum of RGB (Red+Green+Blue) = 168+55+206=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #A837CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837CE is #57C831. Grayscale: #696969. Windows color (decimal): -5752882 or 13514664. OLE color: 13514664.

HSL color Cylindrical-coordinate representation of color #A837CE: hue angle of 284.9º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A837CE is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 55 206 -
CMYK 0.18 0.73 0 0.19
HSL 284.9º 0.61% 0.51% -
HSV(B) 284.9º 0.73% 0.81% -
XYZ 28.66 15.51 59.88 -
YUV 106 184.44 172.22 -
System Red Green Blue C M Y K H S L
Decimal 168 55 206 0.18 0.73 0 0.19 284.9 0.61 0.51
Hex A8 37 CE 12 49 0 13 11D 3D 33
Octal 250 67 316 22 111 0 23 435 75 63
Binary 10101000 110111 11001110 10010 1001001 0 10011 100011101 111101 110011

Color Harmonies of #A837CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837CE

Black with #A837CE

Text Example


Text Example

White with #A837CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837CE; }

 p { color: rgb(168,55,206); }

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

background-color css

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

 a { background-color: rgb(168,55,206); }

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

border-color css

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

 span { border-color: rgb(168,55,206); }

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