Html Css Color HEX #A605FC Electric Purple

📋 copy color: '#A605FC'

red 166 ◦ green 5 ◦ blue 252

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

Shades of Electric Purple #A605FC

Tints of Electric Purple #A605FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 59.57%

R = 39.24%
G = 1.18%
B = 59.57%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A605FC (or 0xA605FC) is known color: Electric Purple. HEX triplet: A6, 05 and FC. RGB value is (166,5,252). Sum of RGB (Red+Green+Blue) = 166+5+252=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #A605FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A605FC is #59FA03. Grayscale: #505050. Windows color (decimal): -5896708 or 16516518. OLE color: 16516518.

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

Color convert

RGB 166 5 252 -
CMYK 0.34 0.98 0 0.01
HSL 279.11º 0.98% 0.5% -
HSV(B) 279.11º 0.98% 0.99% -
XYZ 33.35 15.24 93.28 -
YUV 81.3 224.34 188.42 -
System Red Green Blue C M Y K H S L
Decimal 166 5 252 0.34 0.98 0 0.01 279.11 0.98 0.5
Hex A6 5 FC 22 62 0 1 117 62 32
Octal 246 5 374 42 142 0 1 427 142 62
Binary 10100110 101 11111100 100010 1100010 0 1 100010111 1100010 110010

Color Harmonies of #A605FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A605FC

Black with #A605FC

Text Example


Text Example

White with #A605FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A605FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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