Html Css Color HEX #A836CE Dark Orchid

📋 copy color: '#A836CE'

red 168 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #A836CE

Tints of Dark Orchid #A836CE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.62%

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

R = 39.25%
G = 12.62%
B = 48.13%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A836CE (or 0xA836CE) is known color: Dark Orchid. HEX triplet: A8, 36 and CE. RGB value is (168,54,206). Sum of RGB (Red+Green+Blue) = 168+54+206=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 206 - color contains mainly: blue. Hex color #A836CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836CE is #57C931. Grayscale: #686868. Windows color (decimal): -5753138 or 13514408. OLE color: 13514408.

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

Color convert

RGB 168 54 206 -
CMYK 0.18 0.74 0 0.19
HSL 285º 0.61% 0.51% -
HSV(B) 285º 0.74% 0.81% -
XYZ 28.61 15.42 59.86 -
YUV 105.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 168 54 206 0.18 0.74 0 0.19 285 0.61 0.51
Hex A8 36 CE 12 4A 0 13 11D 3D 33
Octal 250 66 316 22 112 0 23 435 75 63
Binary 10101000 110110 11001110 10010 1001010 0 10011 100011101 111101 110011

Color Harmonies of #A836CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836CE

Black with #A836CE

Text Example


Text Example

White with #A836CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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