Html Css Color HEX #A502EC Dark Violet

📋 copy color: '#A502EC'

red 165 ◦ green 2 ◦ blue 236

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

Shades of Dark Violet #A502EC

Tints of Dark Violet #A502EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 58.56%

R = 40.94%
G = 0.5%
B = 58.56%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A502EC (or 0xA502EC) is known color: Dark Violet. HEX triplet: A5, 02 and EC. RGB value is (165,2,236). Sum of RGB (Red+Green+Blue) = 165+2+236=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 236 (92.58% from 255 or 58.56% from 403); Max value from RGB is 236 - color contains mainly: blue. Hex color #A502EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A502EC is #5AFD13. Grayscale: #4C4C4C. Windows color (decimal): -5963028 or 15467173. OLE color: 15467173.

HSL color Cylindrical-coordinate representation of color #A502EC: hue angle of 281.79º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A502EC is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 2 236 -
CMYK 0.30 0.99 0 0.07
HSL 281.79º 0.98% 0.47% -
HSV(B) 281.79º 0.99% 0.93% -
XYZ 30.68 14.1 80.46 -
YUV 77.41 217.5 190.47 -
System Red Green Blue C M Y K H S L
Decimal 165 2 236 0.30 0.99 0 0.07 281.79 0.98 0.47
Hex A5 2 EC 1E 63 0 7 11A 62 2F
Octal 245 2 354 36 143 0 7 432 142 57
Binary 10100101 10 11101100 11110 1100011 0 111 100011010 1100010 101111

Color Harmonies of #A502EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502EC

Black with #A502EC

Text Example


Text Example

White with #A502EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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