Html Css Color HEX #A509CB Dark Violet

📋 copy color: '#A509CB'

red 165 ◦ green 9 ◦ blue 203

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

Shades of Dark Violet #A509CB

Tints of Dark Violet #A509CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 43.77%
G = 2.39%
B = 53.85%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A509CB (or 0xA509CB) is known color: Dark Violet. HEX triplet: A5, 09 and CB. RGB value is (165,9,203). Sum of RGB (Red+Green+Blue) = 165+9+203=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 9 (3.91% from 255 or 2.39% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #A509CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509CB is #5AF634. Grayscale: #4D4D4D. Windows color (decimal): -5961269 or 13306277. OLE color: 13306277.

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

Color convert

RGB 165 9 203 -
CMYK 0.19 0.96 0 0.20
HSL 288.25º 0.92% 0.42% -
HSV(B) 288.25º 0.96% 0.8% -
XYZ 26.39 12.51 57.52 -
YUV 77.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 165 9 203 0.19 0.96 0 0.20 288.25 0.92 0.42
Hex A5 9 CB 13 60 0 14 120 5C 2A
Octal 245 11 313 23 140 0 24 440 134 52
Binary 10100101 1001 11001011 10011 1100000 0 10100 100100000 1011100 101010

Color Harmonies of #A509CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509CB

Black with #A509CB

Text Example


Text Example

White with #A509CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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