Html Css Color HEX #A807FD Electric Purple

📋 copy color: '#A807FD'

red 168 ◦ green 7 ◦ blue 253

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

Shades of Electric Purple #A807FD

Tints of Electric Purple #A807FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.11%

R = 39.25%
G = 1.64%
B = 59.11%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A807FD (or 0xA807FD) is known color: Electric Purple. HEX triplet: A8, 07 and FD. RGB value is (168,7,253). Sum of RGB (Red+Green+Blue) = 168+7+253=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #A807FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A807FD is #57F802. Grayscale: #525252. Windows color (decimal): -5765123 or 16582568. OLE color: 16582568.

HSL color Cylindrical-coordinate representation of color #A807FD: hue angle of 279.27º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A807FD is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 7 253 -
CMYK 0.34 0.97 0 0.01
HSL 279.27º 0.98% 0.51% -
HSV(B) 279.27º 0.97% 0.99% -
XYZ 33.95 15.57 94.14 -
YUV 83.18 223.84 188.5 -
System Red Green Blue C M Y K H S L
Decimal 168 7 253 0.34 0.97 0 0.01 279.27 0.98 0.51
Hex A8 7 FD 22 61 0 1 117 62 33
Octal 250 7 375 42 141 0 1 427 142 63
Binary 10101000 111 11111101 100010 1100001 0 1 100010111 1100010 110011

Color Harmonies of #A807FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A807FD

Black with #A807FD

Text Example


Text Example

White with #A807FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A807FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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