Html Css Color HEX #A805F9 Electric Purple

📋 copy color: '#A805F9'

red 168 ◦ green 5 ◦ blue 249

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

Shades of Electric Purple #A805F9

Tints of Electric Purple #A805F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 59%

R = 39.81%
G = 1.18%
B = 59%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A805F9 (or 0xA805F9) is known color: Electric Purple. HEX triplet: A8, 05 and F9. RGB value is (168,5,249). Sum of RGB (Red+Green+Blue) = 168+5+249=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 249 (97.66% from 255 or 59.00% from 422); Max value from RGB is 249 - color contains mainly: blue. Hex color #A805F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805F9 is #57FA06. Grayscale: #505050. Windows color (decimal): -5765639 or 16319912. OLE color: 16319912.

HSL color Cylindrical-coordinate representation of color #A805F9: hue angle of 280.08º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A805F9 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 5 249 -
CMYK 0.33 0.98 0 0.02
HSL 280.08º 0.96% 0.5% -
HSV(B) 280.08º 0.98% 0.98% -
XYZ 33.3 15.27 90.82 -
YUV 81.55 222.5 189.66 -
System Red Green Blue C M Y K H S L
Decimal 168 5 249 0.33 0.98 0 0.02 280.08 0.96 0.5
Hex A8 5 F9 21 62 0 2 118 60 32
Octal 250 5 371 41 142 0 2 430 140 62
Binary 10101000 101 11111001 100001 1100010 0 10 100011000 1100000 110010

Color Harmonies of #A805F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805F9

Black with #A805F9

Text Example


Text Example

White with #A805F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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