Html Css Color HEX #A531DB Dark Orchid

📋 copy color: '#A531DB'

red 165 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #A531DB

Tints of Dark Orchid #A531DB

RGB

 RED value IS 165 (64.84% from 255) = 38.11%

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

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

R = 38.11%
G = 11.32%
B = 50.58%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A531DB (or 0xA531DB) is known color: Dark Orchid. HEX triplet: A5, 31 and DB. RGB value is (165,49,219). Sum of RGB (Red+Green+Blue) = 165+49+219=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #A531DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A531DB is #5ACE24. Grayscale: #666666. Windows color (decimal): -5951013 or 14365093. OLE color: 14365093.

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

Color convert

RGB 165 49 219 -
CMYK 0.25 0.78 0 0.14
HSL 280.94º 0.7% 0.53% -
HSV(B) 280.94º 0.78% 0.86% -
XYZ 29.4 15.31 68.42 -
YUV 103.06 193.43 172.18 -
System Red Green Blue C M Y K H S L
Decimal 165 49 219 0.25 0.78 0 0.14 280.94 0.7 0.53
Hex A5 31 DB 19 4E 0 E 119 46 35
Octal 245 61 333 31 116 0 16 431 106 65
Binary 10100101 110001 11011011 11001 1001110 0 1110 100011001 1000110 110101

Color Harmonies of #A531DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A531DB

Black with #A531DB

Text Example


Text Example

White with #A531DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A531DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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