Html Css Color HEX #A409BC Dark Violet

📋 copy color: '#A409BC'

red 164 ◦ green 9 ◦ blue 188

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

Shades of Dark Violet #A409BC

Tints of Dark Violet #A409BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 52.08%

R = 45.43%
G = 2.49%
B = 52.08%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A409BC (or 0xA409BC) is known color: Dark Violet. HEX triplet: A4, 09 and BC. RGB value is (164,9,188). Sum of RGB (Red+Green+Blue) = 164+9+188=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 188 (73.83% from 255 or 52.08% from 361); Max value from RGB is 188 - color contains mainly: blue. Hex color #A409BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409BC is #5BF643. Grayscale: #4B4B4B. Windows color (decimal): -6026820 or 12323236. OLE color: 12323236.

HSL color Cylindrical-coordinate representation of color #A409BC: hue angle of 291.96º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A409BC is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 9 188 -
CMYK 0.13 0.95 0 0.26
HSL 291.96º 0.91% 0.39% -
HSV(B) 291.96º 0.95% 0.74% -
XYZ 24.48 11.72 48.55 -
YUV 75.75 191.35 190.95 -
System Red Green Blue C M Y K H S L
Decimal 164 9 188 0.13 0.95 0 0.26 291.96 0.91 0.39
Hex A4 9 BC D 5F 0 1A 124 5B 27
Octal 244 11 274 15 137 0 32 444 133 47
Binary 10100100 1001 10111100 1101 1011111 0 11010 100100100 1011011 100111

Color Harmonies of #A409BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409BC

Black with #A409BC

Text Example


Text Example

White with #A409BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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