Html Css Color HEX #A409CC Dark Violet

📋 copy color: '#A409CC'

red 164 ◦ green 9 ◦ blue 204

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

Shades of Dark Violet #A409CC

Tints of Dark Violet #A409CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 43.5%
G = 2.39%
B = 54.11%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A409CC (or 0xA409CC) is known color: Dark Violet. HEX triplet: A4, 09 and CC. RGB value is (164,9,204). Sum of RGB (Red+Green+Blue) = 164+9+204=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #A409CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A409CC is #5BF633. Grayscale: #4C4C4C. Windows color (decimal): -6026804 or 13371812. OLE color: 13371812.

HSL color Cylindrical-coordinate representation of color #A409CC: hue angle of 287.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A409CC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 9 204 -
CMYK 0.20 0.96 0 0.2
HSL 287.69º 0.92% 0.42% -
HSV(B) 287.69º 0.96% 0.8% -
XYZ 26.31 12.45 58.14 -
YUV 77.58 199.35 189.64 -
System Red Green Blue C M Y K H S L
Decimal 164 9 204 0.20 0.96 0 0.2 287.69 0.92 0.42
Hex A4 9 CC 14 60 0 14 120 5C 2A
Octal 244 11 314 24 140 0 24 440 134 52
Binary 10100100 1001 11001100 10100 1100000 0 10100 100100000 1011100 101010

Color Harmonies of #A409CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A409CC

Black with #A409CC

Text Example


Text Example

White with #A409CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A409CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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