Html Css Color HEX #A502D9 Dark Violet

📋 copy color: '#A502D9'

red 165 ◦ green 2 ◦ blue 217

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

Shades of Dark Violet #A502D9

Tints of Dark Violet #A502D9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 217 (85.16% from 255) = 56.51%

R = 42.97%
G = 0.52%
B = 56.51%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A502D9 (or 0xA502D9) is known color: Dark Violet. HEX triplet: A5, 02 and D9. RGB value is (165,2,217). Sum of RGB (Red+Green+Blue) = 165+2+217=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 217 (85.16% from 255 or 56.51% from 384); Max value from RGB is 217 - color contains mainly: blue. Hex color #A502D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502D9 is #5AFD26. Grayscale: #4A4A4A. Windows color (decimal): -5963047 or 14221989. OLE color: 14221989.

HSL color Cylindrical-coordinate representation of color #A502D9: hue angle of 285.49º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502D9 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 2 217 -
CMYK 0.24 0.99 0 0.15
HSL 285.49º 0.98% 0.43% -
HSV(B) 285.49º 0.99% 0.85% -
XYZ 28.06 13.05 66.69 -
YUV 75.25 208 192.02 -
System Red Green Blue C M Y K H S L
Decimal 165 2 217 0.24 0.99 0 0.15 285.49 0.98 0.43
Hex A5 2 D9 18 63 0 F 11D 62 2B
Octal 245 2 331 30 143 0 17 435 142 53
Binary 10100101 10 11011001 11000 1100011 0 1111 100011101 1100010 101011

Color Harmonies of #A502D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502D9

Black with #A502D9

Text Example


Text Example

White with #A502D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502D9; }

 p { color: rgb(165,2,217); }

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

background-color css

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

 a { background-color: rgb(165,2,217); }

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

border-color css

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

 span { border-color: rgb(165,2,217); }

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