Html Css Color HEX #A509D5 Dark Violet

📋 copy color: '#A509D5'

red 165 ◦ green 9 ◦ blue 213

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

Shades of Dark Violet #A509D5

Tints of Dark Violet #A509D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.04%

R = 42.64%
G = 2.33%
B = 55.04%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A509D5 (or 0xA509D5) is known color: Dark Violet. HEX triplet: A5, 09 and D5. RGB value is (165,9,213). Sum of RGB (Red+Green+Blue) = 165+9+213=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #A509D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509D5 is #5AF62A. Grayscale: #4E4E4E. Windows color (decimal): -5961259 or 13961637. OLE color: 13961637.

HSL color Cylindrical-coordinate representation of color #A509D5: hue angle of 285.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A509D5 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 9 213 -
CMYK 0.23 0.96 0 0.16
HSL 285.88º 0.92% 0.44% -
HSV(B) 285.88º 0.96% 0.84% -
XYZ 27.62 13 64 -
YUV 78.9 203.68 189.41 -
System Red Green Blue C M Y K H S L
Decimal 165 9 213 0.23 0.96 0 0.16 285.88 0.92 0.44
Hex A5 9 D5 17 60 0 10 11E 5C 2C
Octal 245 11 325 27 140 0 20 436 134 54
Binary 10100101 1001 11010101 10111 1100000 0 10000 100011110 1011100 101100

Color Harmonies of #A509D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509D5

Black with #A509D5

Text Example


Text Example

White with #A509D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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