Html Css Color HEX #A205F5 Electric Purple

📋 copy color: '#A205F5'

red 162 ◦ green 5 ◦ blue 245

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

Shades of Electric Purple #A205F5

Tints of Electric Purple #A205F5

RGB

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

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

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

R = 39.32%
G = 1.21%
B = 59.47%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A205F5 (or 0xA205F5) is known color: Electric Purple. HEX triplet: A2, 05 and F5. RGB value is (162,5,245). Sum of RGB (Red+Green+Blue) = 162+5+245=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 245 (96.09% from 255 or 59.47% from 412); Max value from RGB is 245 - color contains mainly: blue. Hex color #A205F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A205F5 is #5DFA0A. Grayscale: #4E4E4E. Windows color (decimal): -6158859 or 16057762. OLE color: 16057762.

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

Color convert

RGB 162 5 245 -
CMYK 0.34 0.98 0 0.04
HSL 279.25º 0.96% 0.49% -
HSV(B) 279.25º 0.98% 0.96% -
XYZ 31.44 14.38 87.51 -
YUV 79.3 221.51 186.99 -
System Red Green Blue C M Y K H S L
Decimal 162 5 245 0.34 0.98 0 0.04 279.25 0.96 0.49
Hex A2 5 F5 22 62 0 4 117 60 31
Octal 242 5 365 42 142 0 4 427 140 61
Binary 10100010 101 11110101 100010 1100010 0 100 100010111 1100000 110001

Color Harmonies of #A205F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A205F5

Black with #A205F5

Text Example


Text Example

White with #A205F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A205F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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