Html Css Color HEX #A805F2 Electric Purple

📋 copy color: '#A805F2'

red 168 ◦ green 5 ◦ blue 242

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

Shades of Electric Purple #A805F2

Tints of Electric Purple #A805F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 58.31%

R = 40.48%
G = 1.2%
B = 58.31%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A805F2 (or 0xA805F2) is known color: Electric Purple. HEX triplet: A8, 05 and F2. RGB value is (168,5,242). Sum of RGB (Red+Green+Blue) = 168+5+242=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 242 (94.92% from 255 or 58.31% from 415); Max value from RGB is 242 - color contains mainly: blue. Hex color #A805F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A805F2 is #57FA0D. Grayscale: #4F4F4F. Windows color (decimal): -5765646 or 15861160. OLE color: 15861160.

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

Color convert

RGB 168 5 242 -
CMYK 0.31 0.98 0 0.05
HSL 281.27º 0.96% 0.48% -
HSV(B) 281.27º 0.98% 0.95% -
XYZ 32.23 14.84 85.17 -
YUV 80.76 219 190.23 -
System Red Green Blue C M Y K H S L
Decimal 168 5 242 0.31 0.98 0 0.05 281.27 0.96 0.48
Hex A8 5 F2 1F 62 0 5 119 60 30
Octal 250 5 362 37 142 0 5 431 140 60
Binary 10101000 101 11110010 11111 1100010 0 101 100011001 1100000 110000

Color Harmonies of #A805F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A805F2

Black with #A805F2

Text Example


Text Example

White with #A805F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A805F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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