Html Css Color HEX #A502E1 Dark Violet

📋 copy color: '#A502E1'

red 165 ◦ green 2 ◦ blue 225

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

Shades of Dark Violet #A502E1

Tints of Dark Violet #A502E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 57.4%

R = 42.09%
G = 0.51%
B = 57.4%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A502E1 (or 0xA502E1) is known color: Dark Violet. HEX triplet: A5, 02 and E1. RGB value is (165,2,225). Sum of RGB (Red+Green+Blue) = 165+2+225=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 225 (88.28% from 255 or 57.40% from 392); Max value from RGB is 225 - color contains mainly: blue. Hex color #A502E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A502E1 is #5AFD1E. Grayscale: #4B4B4B. Windows color (decimal): -5963039 or 14746277. OLE color: 14746277.

HSL color Cylindrical-coordinate representation of color #A502E1: hue angle of 283.86º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502E1 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 2 225 -
CMYK 0.27 0.99 0 0.12
HSL 283.86º 0.98% 0.45% -
HSV(B) 283.86º 0.99% 0.88% -
XYZ 29.13 13.48 72.3 -
YUV 76.16 212 191.37 -
System Red Green Blue C M Y K H S L
Decimal 165 2 225 0.27 0.99 0 0.12 283.86 0.98 0.45
Hex A5 2 E1 1B 63 0 C 11C 62 2D
Octal 245 2 341 33 143 0 14 434 142 55
Binary 10100101 10 11100001 11011 1100011 0 1100 100011100 1100010 101101

Color Harmonies of #A502E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502E1

Black with #A502E1

Text Example


Text Example

White with #A502E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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