Html Css Color HEX #A509CC Dark Violet

📋 copy color: '#A509CC'

red 165 ◦ green 9 ◦ blue 204

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

Shades of Dark Violet #A509CC

Tints of Dark Violet #A509CC

RGB

 RED value IS 165 (64.84% from 255) = 43.65%

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

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

R = 43.65%
G = 2.38%
B = 53.97%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A509CC (or 0xA509CC) is known color: Dark Violet. HEX triplet: A5, 09 and CC. RGB value is (165,9,204). Sum of RGB (Red+Green+Blue) = 165+9+204=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #A509CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509CC is #5AF633. Grayscale: #4D4D4D. Windows color (decimal): -5961268 or 13371813. OLE color: 13371813.

HSL color Cylindrical-coordinate representation of color #A509CC: hue angle of 288º 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 #A509CC is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 9 204 -
CMYK 0.19 0.96 0 0.2
HSL 288º 0.92% 0.42% -
HSV(B) 288º 0.96% 0.8% -
XYZ 26.51 12.55 58.15 -
YUV 77.87 199.18 190.14 -
System Red Green Blue C M Y K H S L
Decimal 165 9 204 0.19 0.96 0 0.2 288 0.92 0.42
Hex A5 9 CC 13 60 0 14 120 5C 2A
Octal 245 11 314 23 140 0 24 440 134 52
Binary 10100101 1001 11001100 10011 1100000 0 10100 100100000 1011100 101010

Color Harmonies of #A509CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509CC

Black with #A509CC

Text Example


Text Example

White with #A509CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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