Html Css Color HEX #A509DB Dark Violet

📋 copy color: '#A509DB'

red 165 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #A509DB

Tints of Dark Violet #A509DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.73%

R = 41.98%
G = 2.29%
B = 55.73%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A509DB (or 0xA509DB) is known color: Dark Violet. HEX triplet: A5, 09 and DB. RGB value is (165,9,219). Sum of RGB (Red+Green+Blue) = 165+9+219=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #A509DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A509DB is #5AF624. Grayscale: #4E4E4E. Windows color (decimal): -5961253 or 14354853. OLE color: 14354853.

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

Color convert

RGB 165 9 219 -
CMYK 0.25 0.96 0 0.14
HSL 284.57º 0.92% 0.45% -
HSV(B) 284.57º 0.96% 0.86% -
XYZ 28.4 13.31 68.09 -
YUV 79.58 206.68 188.92 -
System Red Green Blue C M Y K H S L
Decimal 165 9 219 0.25 0.96 0 0.14 284.57 0.92 0.45
Hex A5 9 DB 19 60 0 E 11D 5C 2D
Octal 245 11 333 31 140 0 16 435 134 55
Binary 10100101 1001 11011011 11001 1100000 0 1110 100011101 1011100 101101

Color Harmonies of #A509DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509DB

Black with #A509DB

Text Example


Text Example

White with #A509DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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