Html Css Color HEX #A921FA Electric Purple

📋 copy color: '#A921FA'

red 169 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #A921FA

Tints of Electric Purple #A921FA

RGB

 RED value IS 169 (66.41% from 255) = 37.39%

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

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

R = 37.39%
G = 7.3%
B = 55.31%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A921FA (or 0xA921FA) is known color: Electric Purple. HEX triplet: A9, 21 and FA. RGB value is (169,33,250). Sum of RGB (Red+Green+Blue) = 169+33+250=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 33 (13.28% from 255 or 7.30% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #A921FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A921FA is #56DE05. Grayscale: #616161. Windows color (decimal): -5692934 or 16392617. OLE color: 16392617.

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

Color convert

RGB 169 33 250 -
CMYK 0.32 0.87 0 0.02
HSL 277.6º 0.96% 0.55% -
HSV(B) 277.6º 0.87% 0.98% -
XYZ 34.16 16.42 91.81 -
YUV 98.4 213.56 178.36 -
System Red Green Blue C M Y K H S L
Decimal 169 33 250 0.32 0.87 0 0.02 277.6 0.96 0.55
Hex A9 21 FA 20 57 0 2 116 60 37
Octal 251 41 372 40 127 0 2 426 140 67
Binary 10101001 100001 11111010 100000 1010111 0 10 100010110 1100000 110111

Color Harmonies of #A921FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A921FA

Black with #A921FA

Text Example


Text Example

White with #A921FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A921FA; }

 p { color: rgb(169,33,250); }

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

background-color css

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

 a { background-color: rgb(169,33,250); }

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

border-color css

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

 span { border-color: rgb(169,33,250); }

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