Html Css Color HEX #A807FA Electric Purple

📋 copy color: '#A807FA'

red 168 ◦ green 7 ◦ blue 250

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

Shades of Electric Purple #A807FA

Tints of Electric Purple #A807FA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.65%

 BLUE value IS 250 (98.05% from 255) = 58.82%

R = 39.53%
G = 1.65%
B = 58.82%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A807FA (or 0xA807FA) is known color: Electric Purple. HEX triplet: A8, 07 and FA. RGB value is (168,7,250). Sum of RGB (Red+Green+Blue) = 168+7+250=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #A807FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A807FA is #57F805. Grayscale: #525252. Windows color (decimal): -5765126 or 16385960. OLE color: 16385960.

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

Color convert

RGB 168 7 250 -
CMYK 0.33 0.97 0 0.02
HSL 279.75º 0.96% 0.5% -
HSV(B) 279.75º 0.97% 0.98% -
XYZ 33.48 15.38 91.65 -
YUV 82.84 222.34 188.74 -
System Red Green Blue C M Y K H S L
Decimal 168 7 250 0.33 0.97 0 0.02 279.75 0.96 0.5
Hex A8 7 FA 21 61 0 2 118 60 32
Octal 250 7 372 41 141 0 2 430 140 62
Binary 10101000 111 11111010 100001 1100001 0 10 100011000 1100000 110010

Color Harmonies of #A807FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A807FA

Black with #A807FA

Text Example


Text Example

White with #A807FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A807FA; }

 p { color: rgb(168,7,250); }

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

background-color css

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

 a { background-color: rgb(168,7,250); }

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

border-color css

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

 span { border-color: rgb(168,7,250); }

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