Html Css Color HEX #A636DB Dark Orchid

📋 copy color: '#A636DB'

red 166 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #A636DB

Tints of Dark Orchid #A636DB

RGB

 RED value IS 166 (65.23% from 255) = 37.81%

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

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

R = 37.81%
G = 12.3%
B = 49.89%

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

#A636DB (or 0xA636DB) is known color: Dark Orchid. HEX triplet: A6, 36 and DB. RGB value is (166,54,219). Sum of RGB (Red+Green+Blue) = 166+54+219=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #A636DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636DB is #59C924. Grayscale: #696969. Windows color (decimal): -5884197 or 14366374. OLE color: 14366374.

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

Color convert

RGB 166 54 219 -
CMYK 0.24 0.75 0 0.14
HSL 280.73º 0.7% 0.54% -
HSV(B) 280.73º 0.75% 0.86% -
XYZ 29.83 15.86 68.51 -
YUV 106.3 191.61 170.58 -
System Red Green Blue C M Y K H S L
Decimal 166 54 219 0.24 0.75 0 0.14 280.73 0.7 0.54
Hex A6 36 DB 18 4B 0 E 119 46 36
Octal 246 66 333 30 113 0 16 431 106 66
Binary 10100110 110110 11011011 11000 1001011 0 1110 100011001 1000110 110110

Color Harmonies of #A636DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636DB

Black with #A636DB

Text Example


Text Example

White with #A636DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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