Html Css Color HEX #A836CC Dark Orchid

📋 copy color: '#A836CC'

red 168 ◦ green 54 ◦ blue 204

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

Shades of Dark Orchid #A836CC

Tints of Dark Orchid #A836CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 39.44%
G = 12.68%
B = 47.89%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A836CC (or 0xA836CC) is known color: Dark Orchid. HEX triplet: A8, 36 and CC. RGB value is (168,54,204). Sum of RGB (Red+Green+Blue) = 168+54+204=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #A836CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836CC is #57C933. Grayscale: #686868. Windows color (decimal): -5753140 or 13383336. OLE color: 13383336.

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

Color convert

RGB 168 54 204 -
CMYK 0.18 0.74 0 0.2
HSL 285.6º 0.6% 0.51% -
HSV(B) 285.6º 0.74% 0.8% -
XYZ 28.37 15.32 58.59 -
YUV 105.19 183.77 172.8 -
System Red Green Blue C M Y K H S L
Decimal 168 54 204 0.18 0.74 0 0.2 285.6 0.6 0.51
Hex A8 36 CC 12 4A 0 14 11E 3C 33
Octal 250 66 314 22 112 0 24 436 74 63
Binary 10101000 110110 11001100 10010 1001010 0 10100 100011110 111100 110011

Color Harmonies of #A836CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836CC

Black with #A836CC

Text Example


Text Example

White with #A836CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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