Html Css Color HEX #A90DDB Dark Violet

📋 copy color: '#A90DDB'

red 169 ◦ green 13 ◦ blue 219

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

Shades of Dark Violet #A90DDB

Tints of Dark Violet #A90DDB

RGB

 RED value IS 169 (66.41% from 255) = 42.14%

 GREEN value IS 13 (5.47% from 255) = 3.24%

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

R = 42.14%
G = 3.24%
B = 54.61%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A90DDB (or 0xA90DDB) is known color: Dark Violet. HEX triplet: A9, 0D and DB. RGB value is (169,13,219). Sum of RGB (Red+Green+Blue) = 169+13+219=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #A90DDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DDB is #56F224. Grayscale: #525252. Windows color (decimal): -5698085 or 14355881. OLE color: 14355881.

HSL color Cylindrical-coordinate representation of color #A90DDB: hue angle of 285.44º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90DDB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 13 219 -
CMYK 0.23 0.94 0 0.14
HSL 285.44º 0.89% 0.45% -
HSV(B) 285.44º 0.94% 0.86% -
XYZ 29.29 13.84 68.14 -
YUV 83.13 204.68 189.25 -
System Red Green Blue C M Y K H S L
Decimal 169 13 219 0.23 0.94 0 0.14 285.44 0.89 0.45
Hex A9 D DB 17 5E 0 E 11D 59 2D
Octal 251 15 333 27 136 0 16 435 131 55
Binary 10101001 1101 11011011 10111 1011110 0 1110 100011101 1011001 101101

Color Harmonies of #A90DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90DDB

Black with #A90DDB

Text Example


Text Example

White with #A90DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90DDB; }

 p { color: rgb(169,13,219); }

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

background-color css

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

 a { background-color: rgb(169,13,219); }

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

border-color css

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

 span { border-color: rgb(169,13,219); }

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