Html Css Color HEX #A805F1 Electric Purple

📋 copy color: '#A805F1'

red 168 ◦ green 5 ◦ blue 241

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

Shades of Electric Purple #A805F1

Tints of Electric Purple #A805F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 58.21%

R = 40.58%
G = 1.21%
B = 58.21%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A805F1 (or 0xA805F1) is known color: Electric Purple. HEX triplet: A8, 05 and F1. RGB value is (168,5,241). Sum of RGB (Red+Green+Blue) = 168+5+241=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 241 (94.53% from 255 or 58.21% from 414); Max value from RGB is 241 - color contains mainly: blue. Hex color #A805F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805F1 is #57FA0E. Grayscale: #4F4F4F. Windows color (decimal): -5765647 or 15795624. OLE color: 15795624.

HSL color Cylindrical-coordinate representation of color #A805F1: hue angle of 281.44º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805F1 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 5 241 -
CMYK 0.30 0.98 0 0.05
HSL 281.44º 0.96% 0.48% -
HSV(B) 281.44º 0.98% 0.95% -
XYZ 32.08 14.78 84.38 -
YUV 80.64 218.5 190.31 -
System Red Green Blue C M Y K H S L
Decimal 168 5 241 0.30 0.98 0 0.05 281.44 0.96 0.48
Hex A8 5 F1 1E 62 0 5 119 60 30
Octal 250 5 361 36 142 0 5 431 140 60
Binary 10101000 101 11110001 11110 1100010 0 101 100011001 1100000 110000

Color Harmonies of #A805F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805F1

Black with #A805F1

Text Example


Text Example

White with #A805F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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