Html Css Color HEX #A805F5 Electric Purple

📋 copy color: '#A805F5'

red 168 ◦ green 5 ◦ blue 245

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

Shades of Electric Purple #A805F5

Tints of Electric Purple #A805F5

RGB

 RED value IS 168 (66.02% from 255) = 40.19%

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

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

R = 40.19%
G = 1.2%
B = 58.61%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A805F5 (or 0xA805F5) is known color: Electric Purple. HEX triplet: A8, 05 and F5. RGB value is (168,5,245). Sum of RGB (Red+Green+Blue) = 168+5+245=418 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.19% from 418); Green value is 5 (2.34% from 255 or 1.20% from 418); Blue value is 245 (96.09% from 255 or 58.61% from 418); Max value from RGB is 245 - color contains mainly: blue. Hex color #A805F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805F5 is #57FA0A. Grayscale: #505050. Windows color (decimal): -5765643 or 16057768. OLE color: 16057768.

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

Color convert

RGB 168 5 245 -
CMYK 0.31 0.98 0 0.04
HSL 280.75º 0.96% 0.49% -
HSV(B) 280.75º 0.98% 0.96% -
XYZ 32.68 15.03 87.56 -
YUV 81.1 220.5 189.99 -
System Red Green Blue C M Y K H S L
Decimal 168 5 245 0.31 0.98 0 0.04 280.75 0.96 0.49
Hex A8 5 F5 1F 62 0 4 119 60 31
Octal 250 5 365 37 142 0 4 431 140 61
Binary 10101000 101 11110101 11111 1100010 0 100 100011001 1100000 110001

Color Harmonies of #A805F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805F5

Black with #A805F5

Text Example


Text Example

White with #A805F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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