Html Css Color HEX #A509B1 Dark Violet

📋 copy color: '#A509B1'

red 165 ◦ green 9 ◦ blue 177

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

Shades of Dark Violet #A509B1

Tints of Dark Violet #A509B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 50.43%

R = 47.01%
G = 2.56%
B = 50.43%

CMYK

 C value IS 0.07

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A509B1 (or 0xA509B1) is known color: Dark Violet. HEX triplet: A5, 09 and B1. RGB value is (165,9,177). Sum of RGB (Red+Green+Blue) = 165+9+177=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #A509B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A509B1 is #5AF64E. Grayscale: #4A4A4A. Windows color (decimal): -5961295 or 11602341. OLE color: 11602341.

HSL color Cylindrical-coordinate representation of color #A509B1: hue angle of 295.71º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A509B1 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 9 177 -
CMYK 0.07 0.95 0 0.31
HSL 295.71º 0.9% 0.36% -
HSV(B) 295.71º 0.95% 0.69% -
XYZ 23.55 11.37 42.55 -
YUV 74.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 165 9 177 0.07 0.95 0 0.31 295.71 0.9 0.36
Hex A5 9 B1 7 5F 0 1F 128 5A 24
Octal 245 11 261 7 137 0 37 450 132 44
Binary 10100101 1001 10110001 111 1011111 0 11111 100101000 1011010 100100

Color Harmonies of #A509B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509B1

Black with #A509B1

Text Example


Text Example

White with #A509B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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