Html Css Color HEX #A509EA Dark Violet

📋 copy color: '#A509EA'

red 165 ◦ green 9 ◦ blue 234

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

Shades of Dark Violet #A509EA

Tints of Dark Violet #A509EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 57.35%

R = 40.44%
G = 2.21%
B = 57.35%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A509EA (or 0xA509EA) is known color: Dark Violet. HEX triplet: A5, 09 and EA. RGB value is (165,9,234). Sum of RGB (Red+Green+Blue) = 165+9+234=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 234 (91.80% from 255 or 57.35% from 408); Max value from RGB is 234 - color contains mainly: blue. Hex color #A509EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A509EA is #5AF615. Grayscale: #505050. Windows color (decimal): -5961238 or 15337893. OLE color: 15337893.

HSL color Cylindrical-coordinate representation of color #A509EA: hue angle of 281.6º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A509EA is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 9 234 -
CMYK 0.29 0.96 0 0.08
HSL 281.6º 0.93% 0.48% -
HSV(B) 281.6º 0.96% 0.92% -
XYZ 30.47 14.14 78.96 -
YUV 81.29 214.18 187.7 -
System Red Green Blue C M Y K H S L
Decimal 165 9 234 0.29 0.96 0 0.08 281.6 0.93 0.48
Hex A5 9 EA 1D 60 0 8 11A 5D 30
Octal 245 11 352 35 140 0 10 432 135 60
Binary 10100101 1001 11101010 11101 1100000 0 1000 100011010 1011101 110000

Color Harmonies of #A509EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A509EA

Black with #A509EA

Text Example


Text Example

White with #A509EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A509EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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