Html Css Color HEX #A821FD Electric Purple

📋 copy color: '#A821FD'

red 168 ◦ green 33 ◦ blue 253

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

Shades of Electric Purple #A821FD

Tints of Electric Purple #A821FD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.27%

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

R = 37%
G = 7.27%
B = 55.73%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A821FD (or 0xA821FD) is known color: Electric Purple. HEX triplet: A8, 21 and FD. RGB value is (168,33,253). Sum of RGB (Red+Green+Blue) = 168+33+253=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #A821FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821FD is #57DE02. Grayscale: #616161. Windows color (decimal): -5758467 or 16589224. OLE color: 16589224.

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

Color convert

RGB 168 33 253 -
CMYK 0.34 0.87 0 0.01
HSL 276.82º 0.98% 0.56% -
HSV(B) 276.82º 0.87% 0.99% -
XYZ 34.42 16.5 94.3 -
YUV 98.45 215.23 177.61 -
System Red Green Blue C M Y K H S L
Decimal 168 33 253 0.34 0.87 0 0.01 276.82 0.98 0.56
Hex A8 21 FD 22 57 0 1 115 62 38
Octal 250 41 375 42 127 0 1 425 142 70
Binary 10101000 100001 11111101 100010 1010111 0 1 100010101 1100010 111000

Color Harmonies of #A821FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821FD

Black with #A821FD

Text Example


Text Example

White with #A821FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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