Html Css Color HEX #A836DB Dark Orchid

📋 copy color: '#A836DB'

red 168 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #A836DB

Tints of Dark Orchid #A836DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 38.1%
G = 12.24%
B = 49.66%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A836DB (or 0xA836DB) is known color: Dark Orchid. HEX triplet: A8, 36 and DB. RGB value is (168,54,219). Sum of RGB (Red+Green+Blue) = 168+54+219=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #A836DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A836DB is #57C924. Grayscale: #6A6A6A. Windows color (decimal): -5753125 or 14366376. OLE color: 14366376.

HSL color Cylindrical-coordinate representation of color #A836DB: hue angle of 281.45º 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 #A836DB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 54 219 -
CMYK 0.23 0.75 0 0.14
HSL 281.45º 0.7% 0.54% -
HSV(B) 281.45º 0.75% 0.86% -
XYZ 30.25 16.08 68.53 -
YUV 106.9 191.27 171.58 -
System Red Green Blue C M Y K H S L
Decimal 168 54 219 0.23 0.75 0 0.14 281.45 0.7 0.54
Hex A8 36 DB 17 4B 0 E 119 46 36
Octal 250 66 333 27 113 0 16 431 106 66
Binary 10101000 110110 11011011 10111 1001011 0 1110 100011001 1000110 110110

Color Harmonies of #A836DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A836DB

Black with #A836DB

Text Example


Text Example

White with #A836DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A836DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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