Html Css Color HEX #A631DB Dark Orchid

📋 copy color: '#A631DB'

red 166 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #A631DB

Tints of Dark Orchid #A631DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.29%

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

R = 38.25%
G = 11.29%
B = 50.46%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A631DB (or 0xA631DB) is known color: Dark Orchid. HEX triplet: A6, 31 and DB. RGB value is (166,49,219). Sum of RGB (Red+Green+Blue) = 166+49+219=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #A631DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631DB is #59CE24. Grayscale: #666666. Windows color (decimal): -5885477 or 14365094. OLE color: 14365094.

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

Color convert

RGB 166 49 219 -
CMYK 0.24 0.78 0 0.14
HSL 281.29º 0.7% 0.53% -
HSV(B) 281.29º 0.78% 0.86% -
XYZ 29.61 15.42 68.43 -
YUV 103.36 193.26 172.68 -
System Red Green Blue C M Y K H S L
Decimal 166 49 219 0.24 0.78 0 0.14 281.29 0.7 0.53
Hex A6 31 DB 18 4E 0 E 119 46 35
Octal 246 61 333 30 116 0 16 431 106 65
Binary 10100110 110001 11011011 11000 1001110 0 1110 100011001 1000110 110101

Color Harmonies of #A631DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A631DB

Black with #A631DB

Text Example


Text Example

White with #A631DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A631DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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