Html Css Color HEX #A509DF Dark Violet

📋 copy color: '#A509DF'

red 165 ◦ green 9 ◦ blue 223

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

Shades of Dark Violet #A509DF

Tints of Dark Violet #A509DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.17%

R = 41.56%
G = 2.27%
B = 56.17%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A509DF (or 0xA509DF) is known color: Dark Violet. HEX triplet: A5, 09 and DF. RGB value is (165,9,223). Sum of RGB (Red+Green+Blue) = 165+9+223=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 9 (3.91% from 255 or 2.27% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #A509DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509DF is #5AF620. Grayscale: #4F4F4F. Windows color (decimal): -5961249 or 14616997. OLE color: 14616997.

HSL color Cylindrical-coordinate representation of color #A509DF: hue angle of 283.74º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A509DF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 9 223 -
CMYK 0.26 0.96 0 0.13
HSL 283.74º 0.92% 0.45% -
HSV(B) 283.74º 0.96% 0.87% -
XYZ 28.93 13.52 70.9 -
YUV 80.04 208.68 188.6 -
System Red Green Blue C M Y K H S L
Decimal 165 9 223 0.26 0.96 0 0.13 283.74 0.92 0.45
Hex A5 9 DF 1A 60 0 D 11C 5C 2D
Octal 245 11 337 32 140 0 15 434 134 55
Binary 10100101 1001 11011111 11010 1100000 0 1101 100011100 1011100 101101

Color Harmonies of #A509DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509DF

Black with #A509DF

Text Example


Text Example

White with #A509DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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