Html Css Color HEX #A331DB Dark Orchid

📋 copy color: '#A331DB'

red 163 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #A331DB

Tints of Dark Orchid #A331DB

RGB

 RED value IS 163 (64.06% from 255) = 37.82%

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

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

R = 37.82%
G = 11.37%
B = 50.81%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A331DB (or 0xA331DB) is known color: Dark Orchid. HEX triplet: A3, 31 and DB. RGB value is (163,49,219). Sum of RGB (Red+Green+Blue) = 163+49+219=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #A331DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A331DB is #5CCE24. Grayscale: #656565. Windows color (decimal): -6082085 or 14365091. OLE color: 14365091.

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

Color convert

RGB 163 49 219 -
CMYK 0.26 0.78 0 0.14
HSL 280.24º 0.7% 0.53% -
HSV(B) 280.24º 0.78% 0.86% -
XYZ 28.99 15.1 68.4 -
YUV 102.47 193.77 171.18 -
System Red Green Blue C M Y K H S L
Decimal 163 49 219 0.26 0.78 0 0.14 280.24 0.7 0.53
Hex A3 31 DB 1A 4E 0 E 118 46 35
Octal 243 61 333 32 116 0 16 430 106 65
Binary 10100011 110001 11011011 11010 1001110 0 1110 100011000 1000110 110101

Color Harmonies of #A331DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A331DB

Black with #A331DB

Text Example


Text Example

White with #A331DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A331DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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