Html Css Color HEX #A502F0 Electric Purple

📋 copy color: '#A502F0'

red 165 ◦ green 2 ◦ blue 240

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

Shades of Electric Purple #A502F0

Tints of Electric Purple #A502F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 58.97%

R = 40.54%
G = 0.49%
B = 58.97%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A502F0 (or 0xA502F0) is known color: Electric Purple. HEX triplet: A5, 02 and F0. RGB value is (165,2,240). Sum of RGB (Red+Green+Blue) = 165+2+240=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #A502F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A502F0 is #5AFD0F. Grayscale: #4D4D4D. Windows color (decimal): -5963024 or 15729317. OLE color: 15729317.

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

Color convert

RGB 165 2 240 -
CMYK 0.31 0.99 0 0.06
HSL 281.09º 0.98% 0.47% -
HSV(B) 281.09º 0.99% 0.94% -
XYZ 31.27 14.33 83.56 -
YUV 77.87 219.5 190.15 -
System Red Green Blue C M Y K H S L
Decimal 165 2 240 0.31 0.99 0 0.06 281.09 0.98 0.47
Hex A5 2 F0 1F 63 0 6 119 62 2F
Octal 245 2 360 37 143 0 6 431 142 57
Binary 10100101 10 11110000 11111 1100011 0 110 100011001 1100010 101111

Color Harmonies of #A502F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A502F0

Black with #A502F0

Text Example


Text Example

White with #A502F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A502F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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