Html Css Color HEX #A005F9 Electric Purple

📋 copy color: '#A005F9'

red 160 ◦ green 5 ◦ blue 249

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

Shades of Electric Purple #A005F9

Tints of Electric Purple #A005F9

RGB

 RED value IS 160 (62.89% from 255) = 38.65%

 GREEN value IS 5 (2.34% from 255) = 1.21%

 BLUE value IS 249 (97.66% from 255) = 60.14%

R = 38.65%
G = 1.21%
B = 60.14%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A005F9 (or 0xA005F9) is known color: Electric Purple. HEX triplet: A0, 05 and F9. RGB value is (160,5,249). Sum of RGB (Red+Green+Blue) = 160+5+249=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #A005F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005F9 is #5FFA06. Grayscale: #4E4E4E. Windows color (decimal): -6289927 or 16319904. OLE color: 16319904.

HSL color Cylindrical-coordinate representation of color #A005F9: hue angle of 278.11º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A005F9 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 5 249 -
CMYK 0.36 0.98 0 0.02
HSL 278.11º 0.96% 0.5% -
HSV(B) 278.11º 0.98% 0.98% -
XYZ 31.65 14.42 90.74 -
YUV 79.16 223.85 185.66 -
System Red Green Blue C M Y K H S L
Decimal 160 5 249 0.36 0.98 0 0.02 278.11 0.96 0.5
Hex A0 5 F9 24 62 0 2 116 60 32
Octal 240 5 371 44 142 0 2 426 140 62
Binary 10100000 101 11111001 100100 1100010 0 10 100010110 1100000 110010

Color Harmonies of #A005F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005F9

Black with #A005F9

Text Example


Text Example

White with #A005F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005F9; }

 p { color: rgb(160,5,249); }

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

background-color css

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

 a { background-color: rgb(160,5,249); }

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

border-color css

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

 span { border-color: rgb(160,5,249); }

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