Html Css Color HEX #A005F6 Electric Purple

📋 copy color: '#A005F6'

red 160 ◦ green 5 ◦ blue 246

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

Shades of Electric Purple #A005F6

Tints of Electric Purple #A005F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 59.85%

R = 38.93%
G = 1.22%
B = 59.85%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A005F6 (or 0xA005F6) is known color: Electric Purple. HEX triplet: A0, 05 and F6. RGB value is (160,5,246). Sum of RGB (Red+Green+Blue) = 160+5+246=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 246 (96.48% from 255 or 59.85% from 411); Max value from RGB is 246 - color contains mainly: blue. Hex color #A005F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A005F6 is #5FFA09. Grayscale: #4E4E4E. Windows color (decimal): -6289930 or 16123296. OLE color: 16123296.

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

Color convert

RGB 160 5 246 -
CMYK 0.35 0.98 0 0.04
HSL 278.59º 0.96% 0.49% -
HSV(B) 278.59º 0.98% 0.96% -
XYZ 31.19 14.24 88.29 -
YUV 78.82 222.35 185.9 -
System Red Green Blue C M Y K H S L
Decimal 160 5 246 0.35 0.98 0 0.04 278.59 0.96 0.49
Hex A0 5 F6 23 62 0 4 117 60 31
Octal 240 5 366 43 142 0 4 427 140 61
Binary 10100000 101 11110110 100011 1100010 0 100 100010111 1100000 110001

Color Harmonies of #A005F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A005F6

Black with #A005F6

Text Example


Text Example

White with #A005F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A005F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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