Html Css Color HEX #A409B2 Dark Violet

📋 copy color: '#A409B2'

red 164 ◦ green 9 ◦ blue 178

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

Shades of Dark Violet #A409B2

Tints of Dark Violet #A409B2

RGB

 RED value IS 164 (64.45% from 255) = 46.72%

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

 BLUE value IS 178 (69.92% from 255) = 50.71%

R = 46.72%
G = 2.56%
B = 50.71%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A409B2 (or 0xA409B2) is known color: Dark Violet. HEX triplet: A4, 09 and B2. RGB value is (164,9,178). Sum of RGB (Red+Green+Blue) = 164+9+178=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #A409B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A409B2 is #5BF64D. Grayscale: #4A4A4A. Windows color (decimal): -6026830 or 11667876. OLE color: 11667876.

HSL color Cylindrical-coordinate representation of color #A409B2: hue angle of 295.03º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A409B2 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 9 178 -
CMYK 0.08 0.95 0 0.30
HSL 295.03º 0.9% 0.37% -
HSV(B) 295.03º 0.95% 0.7% -
XYZ 23.44 11.3 43.07 -
YUV 74.61 186.35 191.76 -
System Red Green Blue C M Y K H S L
Decimal 164 9 178 0.08 0.95 0 0.30 295.03 0.9 0.37
Hex A4 9 B2 8 5F 0 1E 127 5A 25
Octal 244 11 262 10 137 0 36 447 132 45
Binary 10100100 1001 10110010 1000 1011111 0 11110 100100111 1011010 100101

Color Harmonies of #A409B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409B2

Black with #A409B2

Text Example


Text Example

White with #A409B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409B2; }

 p { color: rgb(164,9,178); }

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

background-color css

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

 a { background-color: rgb(164,9,178); }

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

border-color css

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

 span { border-color: rgb(164,9,178); }

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