Html Css Color HEX #A605FD Electric Purple

📋 copy color: '#A605FD'

red 166 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #A605FD

Tints of Electric Purple #A605FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.67%

R = 39.15%
G = 1.18%
B = 59.67%

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

#A605FD (or 0xA605FD) is known color: Electric Purple. HEX triplet: A6, 05 and FD. RGB value is (166,5,253). Sum of RGB (Red+Green+Blue) = 166+5+253=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #A605FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A605FD is #59FA02. Grayscale: #505050. Windows color (decimal): -5896707 or 16582054. OLE color: 16582054.

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

Color convert

RGB 166 5 253 -
CMYK 0.34 0.98 0 0.01
HSL 278.95º 0.98% 0.51% -
HSV(B) 278.95º 0.98% 0.99% -
XYZ 33.51 15.31 94.12 -
YUV 81.41 224.84 188.33 -
System Red Green Blue C M Y K H S L
Decimal 166 5 253 0.34 0.98 0 0.01 278.95 0.98 0.51
Hex A6 5 FD 22 62 0 1 117 62 33
Octal 246 5 375 42 142 0 1 427 142 63
Binary 10100110 101 11111101 100010 1100010 0 1 100010111 1100010 110011

Color Harmonies of #A605FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A605FD

Black with #A605FD

Text Example


Text Example

White with #A605FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A605FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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