Html Css Color HEX #A637DB Dark Orchid

📋 copy color: '#A637DB'

red 166 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #A637DB

Tints of Dark Orchid #A637DB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.5%

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

R = 37.73%
G = 12.5%
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

#A637DB (or 0xA637DB) is known color: Dark Orchid. HEX triplet: A6, 37 and DB. RGB value is (166,55,219). Sum of RGB (Red+Green+Blue) = 166+55+219=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #A637DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A637DB is #59C824. Grayscale: #6A6A6A. Windows color (decimal): -5883941 or 14366630. OLE color: 14366630.

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

Color convert

RGB 166 55 219 -
CMYK 0.24 0.75 0 0.14
HSL 280.61º 0.69% 0.54% -
HSV(B) 280.61º 0.75% 0.86% -
XYZ 29.88 15.95 68.52 -
YUV 106.89 191.27 170.16 -
System Red Green Blue C M Y K H S L
Decimal 166 55 219 0.24 0.75 0 0.14 280.61 0.69 0.54
Hex A6 37 DB 18 4B 0 E 119 45 36
Octal 246 67 333 30 113 0 16 431 105 66
Binary 10100110 110111 11011011 11000 1001011 0 1110 100011001 1000101 110110

Color Harmonies of #A637DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A637DB

Black with #A637DB

Text Example


Text Example

White with #A637DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A637DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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