Html Css Color HEX #A639DB Dark Orchid

📋 copy color: '#A639DB'

red 166 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #A639DB

Tints of Dark Orchid #A639DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.9%

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

R = 37.56%
G = 12.9%
B = 49.55%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A639DB (or 0xA639DB) is known color: Dark Orchid. HEX triplet: A6, 39 and DB. RGB value is (166,57,219). Sum of RGB (Red+Green+Blue) = 166+57+219=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #A639DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639DB is #59C624. Grayscale: #6B6B6B. Windows color (decimal): -5883429 or 14367142. OLE color: 14367142.

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

Color convert

RGB 166 57 219 -
CMYK 0.24 0.74 0 0.14
HSL 280.37º 0.69% 0.54% -
HSV(B) 280.37º 0.74% 0.86% -
XYZ 29.98 16.15 68.55 -
YUV 108.06 190.61 169.33 -
System Red Green Blue C M Y K H S L
Decimal 166 57 219 0.24 0.74 0 0.14 280.37 0.69 0.54
Hex A6 39 DB 18 4A 0 E 118 45 36
Octal 246 71 333 30 112 0 16 430 105 66
Binary 10100110 111001 11011011 11000 1001010 0 1110 100011000 1000101 110110

Color Harmonies of #A639DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A639DB

Black with #A639DB

Text Example


Text Example

White with #A639DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A639DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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