Html Css Color HEX #A031DB Dark Orchid

📋 copy color: '#A031DB'

red 160 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #A031DB

Tints of Dark Orchid #A031DB

RGB

 RED value IS 160 (62.89% from 255) = 37.38%

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

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

R = 37.38%
G = 11.45%
B = 51.17%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A031DB (or 0xA031DB) is known color: Dark Orchid. HEX triplet: A0, 31 and DB. RGB value is (160,49,219). Sum of RGB (Red+Green+Blue) = 160+49+219=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #A031DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A031DB is #5FCE24. Grayscale: #656565. Windows color (decimal): -6278693 or 14365088. OLE color: 14365088.

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

Color convert

RGB 160 49 219 -
CMYK 0.27 0.78 0 0.14
HSL 279.18º 0.7% 0.53% -
HSV(B) 279.18º 0.78% 0.86% -
XYZ 28.38 14.78 68.38 -
YUV 101.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 160 49 219 0.27 0.78 0 0.14 279.18 0.7 0.53
Hex A0 31 DB 1B 4E 0 E 117 46 35
Octal 240 61 333 33 116 0 16 427 106 65
Binary 10100000 110001 11011011 11011 1001110 0 1110 100010111 1000110 110101

Color Harmonies of #A031DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A031DB

Black with #A031DB

Text Example


Text Example

White with #A031DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A031DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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