Html Css Color HEX #A009D8 Dark Violet

📋 copy color: '#A009D8'

red 160 ◦ green 9 ◦ blue 216

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

Shades of Dark Violet #A009D8

Tints of Dark Violet #A009D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.1%

R = 41.56%
G = 2.34%
B = 56.1%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A009D8 (or 0xA009D8) is known color: Dark Violet. HEX triplet: A0, 09 and D8. RGB value is (160,9,216). Sum of RGB (Red+Green+Blue) = 160+9+216=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 216 (84.77% from 255 or 56.10% from 385); Max value from RGB is 216 - color contains mainly: blue. Hex color #A009D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A009D8 is #5FF627. Grayscale: #4D4D4D. Windows color (decimal): -6288936 or 14158240. OLE color: 14158240.

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

Color convert

RGB 160 9 216 -
CMYK 0.26 0.96 0 0.15
HSL 283.77º 0.92% 0.44% -
HSV(B) 283.77º 0.96% 0.85% -
XYZ 26.99 12.63 65.98 -
YUV 77.75 206.03 186.67 -
System Red Green Blue C M Y K H S L
Decimal 160 9 216 0.26 0.96 0 0.15 283.77 0.92 0.44
Hex A0 9 D8 1A 60 0 F 11C 5C 2C
Octal 240 11 330 32 140 0 17 434 134 54
Binary 10100000 1001 11011000 11010 1100000 0 1111 100011100 1011100 101100

Color Harmonies of #A009D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A009D8

Black with #A009D8

Text Example


Text Example

White with #A009D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A009D8; }

 p { color: rgb(160,9,216); }

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

background-color css

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

 a { background-color: rgb(160,9,216); }

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

border-color css

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

 span { border-color: rgb(160,9,216); }

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