Html Css Color HEX #A805F4 Electric Purple

📋 copy color: '#A805F4'

red 168 ◦ green 5 ◦ blue 244

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

Shades of Electric Purple #A805F4

Tints of Electric Purple #A805F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 58.51%

R = 40.29%
G = 1.2%
B = 58.51%

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

#A805F4 (or 0xA805F4) is known color: Electric Purple. HEX triplet: A8, 05 and F4. RGB value is (168,5,244). Sum of RGB (Red+Green+Blue) = 168+5+244=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 5 (2.34% from 255 or 1.20% from 417); Blue value is 244 (95.70% from 255 or 58.51% from 417); Max value from RGB is 244 - color contains mainly: blue. Hex color #A805F4 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805F4 is #57FA0B. Grayscale: #505050. Windows color (decimal): -5765644 or 15992232. OLE color: 15992232.

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

Color convert

RGB 168 5 244 -
CMYK 0.31 0.98 0 0.04
HSL 280.92º 0.96% 0.49% -
HSV(B) 280.92º 0.98% 0.96% -
XYZ 32.53 14.97 86.76 -
YUV 80.98 220 190.07 -
System Red Green Blue C M Y K H S L
Decimal 168 5 244 0.31 0.98 0 0.04 280.92 0.96 0.49
Hex A8 5 F4 1F 62 0 4 119 60 31
Octal 250 5 364 37 142 0 4 431 140 61
Binary 10101000 101 11110100 11111 1100010 0 100 100011001 1100000 110001

Color Harmonies of #A805F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805F4

Black with #A805F4

Text Example


Text Example

White with #A805F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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