Html Css Color HEX #A509D6 Dark Violet

📋 copy color: '#A509D6'

red 165 ◦ green 9 ◦ blue 214

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

Shades of Dark Violet #A509D6

Tints of Dark Violet #A509D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 55.15%

R = 42.53%
G = 2.32%
B = 55.15%

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

#A509D6 (or 0xA509D6) is known color: Dark Violet. HEX triplet: A5, 09 and D6. RGB value is (165,9,214). Sum of RGB (Red+Green+Blue) = 165+9+214=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #A509D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509D6 is #5AF629. Grayscale: #4E4E4E. Windows color (decimal): -5961258 or 14027173. OLE color: 14027173.

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

Color convert

RGB 165 9 214 -
CMYK 0.23 0.96 0 0.16
HSL 285.66º 0.92% 0.44% -
HSV(B) 285.66º 0.96% 0.84% -
XYZ 27.75 13.05 64.67 -
YUV 79.01 204.18 189.33 -
System Red Green Blue C M Y K H S L
Decimal 165 9 214 0.23 0.96 0 0.16 285.66 0.92 0.44
Hex A5 9 D6 17 60 0 10 11E 5C 2C
Octal 245 11 326 27 140 0 20 436 134 54
Binary 10100101 1001 11010110 10111 1100000 0 10000 100011110 1011100 101100

Color Harmonies of #A509D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509D6

Black with #A509D6

Text Example


Text Example

White with #A509D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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