Html Css Color HEX #A836DC Dark Orchid

📋 copy color: '#A836DC'

red 168 ◦ green 54 ◦ blue 220

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

Shades of Dark Orchid #A836DC

Tints of Dark Orchid #A836DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 38.01%
G = 12.22%
B = 49.77%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A836DC (or 0xA836DC) is known color: Dark Orchid. HEX triplet: A8, 36 and DC. RGB value is (168,54,220). Sum of RGB (Red+Green+Blue) = 168+54+220=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #A836DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836DC is #57C923. Grayscale: #6A6A6A. Windows color (decimal): -5753124 or 14431912. OLE color: 14431912.

HSL color Cylindrical-coordinate representation of color #A836DC: hue angle of 281.2º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A836DC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 54 220 -
CMYK 0.24 0.75 0 0.14
HSL 281.2º 0.7% 0.54% -
HSV(B) 281.2º 0.75% 0.86% -
XYZ 30.39 16.13 69.22 -
YUV 107.01 191.77 171.5 -
System Red Green Blue C M Y K H S L
Decimal 168 54 220 0.24 0.75 0 0.14 281.2 0.7 0.54
Hex A8 36 DC 18 4B 0 E 119 46 36
Octal 250 66 334 30 113 0 16 431 106 66
Binary 10101000 110110 11011100 11000 1001011 0 1110 100011001 1000110 110110

Color Harmonies of #A836DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836DC

Black with #A836DC

Text Example


Text Example

White with #A836DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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