Html Css Color HEX #A502DD Dark Violet

📋 copy color: '#A502DD'

red 165 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #A502DD

Tints of Dark Violet #A502DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.96%

R = 42.53%
G = 0.52%
B = 56.96%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A502DD (or 0xA502DD) is known color: Dark Violet. HEX triplet: A5, 02 and DD. RGB value is (165,2,221). Sum of RGB (Red+Green+Blue) = 165+2+221=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 221 (86.72% from 255 or 56.96% from 388); Max value from RGB is 221 - color contains mainly: blue. Hex color #A502DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502DD is #5AFD22. Grayscale: #4A4A4A. Windows color (decimal): -5963043 or 14484133. OLE color: 14484133.

HSL color Cylindrical-coordinate representation of color #A502DD: hue angle of 284.66º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502DD is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 2 221 -
CMYK 0.25 0.99 0 0.13
HSL 284.66º 0.98% 0.44% -
HSV(B) 284.66º 0.99% 0.87% -
XYZ 28.59 13.26 69.46 -
YUV 75.7 210 191.69 -
System Red Green Blue C M Y K H S L
Decimal 165 2 221 0.25 0.99 0 0.13 284.66 0.98 0.44
Hex A5 2 DD 19 63 0 D 11D 62 2C
Octal 245 2 335 31 143 0 15 435 142 54
Binary 10100101 10 11011101 11001 1100011 0 1101 100011101 1100010 101100

Color Harmonies of #A502DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502DD

Black with #A502DD

Text Example


Text Example

White with #A502DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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