Html Css Color HEX #A205FD Electric Purple

📋 copy color: '#A205FD'

red 162 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #A205FD

Tints of Electric Purple #A205FD

RGB

 RED value IS 162 (63.67% from 255) = 38.57%

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

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

R = 38.57%
G = 1.19%
B = 60.24%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A205FD (or 0xA205FD) is known color: Electric Purple. HEX triplet: A2, 05 and FD. RGB value is (162,5,253). Sum of RGB (Red+Green+Blue) = 162+5+253=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 253 (99.22% from 255 or 60.24% from 420); Max value from RGB is 253 - color contains mainly: blue. Hex color #A205FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A205FD is #5DFA02. Grayscale: #4F4F4F. Windows color (decimal): -6158851 or 16582050. OLE color: 16582050.

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

Color convert

RGB 162 5 253 -
CMYK 0.36 0.98 0 0.01
HSL 277.98º 0.98% 0.51% -
HSV(B) 277.98º 0.98% 0.99% -
XYZ 32.68 14.88 94.08 -
YUV 80.22 225.51 186.33 -
System Red Green Blue C M Y K H S L
Decimal 162 5 253 0.36 0.98 0 0.01 277.98 0.98 0.51
Hex A2 5 FD 24 62 0 1 116 62 33
Octal 242 5 375 44 142 0 1 426 142 63
Binary 10100010 101 11111101 100100 1100010 0 1 100010110 1100010 110011

Color Harmonies of #A205FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A205FD

Black with #A205FD

Text Example


Text Example

White with #A205FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A205FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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