Html Css Color HEX #A509B7 Dark Violet

📋 copy color: '#A509B7'

red 165 ◦ green 9 ◦ blue 183

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

Shades of Dark Violet #A509B7

Tints of Dark Violet #A509B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 51.26%

R = 46.22%
G = 2.52%
B = 51.26%

CMYK

 C value IS 0.10

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A509B7 (or 0xA509B7) is known color: Dark Violet. HEX triplet: A5, 09 and B7. RGB value is (165,9,183). Sum of RGB (Red+Green+Blue) = 165+9+183=357 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.22% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 183 (71.88% from 255 or 51.26% from 357); Max value from RGB is 183 - color contains mainly: blue. Hex color #A509B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509B7 is #5AF648. Grayscale: #4A4A4A. Windows color (decimal): -5961289 or 11995557. OLE color: 11995557.

HSL color Cylindrical-coordinate representation of color #A509B7: hue angle of 293.79º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A509B7 is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 9 183 -
CMYK 0.10 0.95 0 0.28
HSL 293.79º 0.91% 0.38% -
HSV(B) 293.79º 0.95% 0.72% -
XYZ 24.16 11.61 45.77 -
YUV 75.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 165 9 183 0.10 0.95 0 0.28 293.79 0.91 0.38
Hex A5 9 B7 A 5F 0 1C 126 5B 26
Octal 245 11 267 12 137 0 34 446 133 46
Binary 10100101 1001 10110111 1010 1011111 0 11100 100100110 1011011 100110

Color Harmonies of #A509B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509B7

Black with #A509B7

Text Example


Text Example

White with #A509B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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