Html Css Color HEX #A605F5 Electric Purple

📋 copy color: '#A605F5'

red 166 ◦ green 5 ◦ blue 245

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

Shades of Electric Purple #A605F5

Tints of Electric Purple #A605F5

RGB

 RED value IS 166 (65.23% from 255) = 39.9%

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

 BLUE value IS 245 (96.09% from 255) = 58.89%

R = 39.9%
G = 1.2%
B = 58.89%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A605F5 (or 0xA605F5) is known color: Electric Purple. HEX triplet: A6, 05 and F5. RGB value is (166,5,245). Sum of RGB (Red+Green+Blue) = 166+5+245=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 245 (96.09% from 255 or 58.89% from 416); Max value from RGB is 245 - color contains mainly: blue. Hex color #A605F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A605F5 is #59FA0A. Grayscale: #4F4F4F. Windows color (decimal): -5896715 or 16057766. OLE color: 16057766.

HSL color Cylindrical-coordinate representation of color #A605F5: hue angle of 280.25º 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 #A605F5 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 5 245 -
CMYK 0.32 0.98 0 0.04
HSL 280.25º 0.96% 0.49% -
HSV(B) 280.25º 0.98% 0.96% -
XYZ 32.26 14.81 87.54 -
YUV 80.5 220.84 188.99 -
System Red Green Blue C M Y K H S L
Decimal 166 5 245 0.32 0.98 0 0.04 280.25 0.96 0.49
Hex A6 5 F5 20 62 0 4 118 60 31
Octal 246 5 365 40 142 0 4 430 140 61
Binary 10100110 101 11110101 100000 1100010 0 100 100011000 1100000 110001

Color Harmonies of #A605F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A605F5

Black with #A605F5

Text Example


Text Example

White with #A605F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A605F5; }

 p { color: rgb(166,5,245); }

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

background-color css

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

 a { background-color: rgb(166,5,245); }

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

border-color css

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

 span { border-color: rgb(166,5,245); }

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