Html Css Color HEX #A209DB Dark Violet

📋 copy color: '#A209DB'

red 162 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #A209DB

Tints of Dark Violet #A209DB

RGB

 RED value IS 162 (63.67% from 255) = 41.54%

 GREEN value IS 9 (3.91% from 255) = 2.31%

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

R = 41.54%
G = 2.31%
B = 56.15%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A209DB (or 0xA209DB) is known color: Dark Violet. HEX triplet: A2, 09 and DB. RGB value is (162,9,219). Sum of RGB (Red+Green+Blue) = 162+9+219=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #A209DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A209DB is #5DF624. Grayscale: #4E4E4E. Windows color (decimal): -6157861 or 14354850. OLE color: 14354850.

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

Color convert

RGB 162 9 219 -
CMYK 0.26 0.96 0 0.14
HSL 283.71º 0.92% 0.45% -
HSV(B) 283.71º 0.96% 0.86% -
XYZ 27.78 12.99 68.06 -
YUV 78.69 207.19 187.42 -
System Red Green Blue C M Y K H S L
Decimal 162 9 219 0.26 0.96 0 0.14 283.71 0.92 0.45
Hex A2 9 DB 1A 60 0 E 11C 5C 2D
Octal 242 11 333 32 140 0 16 434 134 55
Binary 10100010 1001 11011011 11010 1100000 0 1110 100011100 1011100 101101

Color Harmonies of #A209DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A209DB

Black with #A209DB

Text Example


Text Example

White with #A209DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A209DB; }

 p { color: rgb(162,9,219); }

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

background-color css

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

 a { background-color: rgb(162,9,219); }

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

border-color css

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

 span { border-color: rgb(162,9,219); }

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