Html Css Color HEX #A921FF Electric Purple

📋 copy color: '#A921FF'

red 169 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #A921FF

Tints of Electric Purple #A921FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.8%

R = 36.98%
G = 7.22%
B = 55.8%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A921FF (or 0xA921FF) is known color: Electric Purple. HEX triplet: A9, 21 and FF. RGB value is (169,33,255). Sum of RGB (Red+Green+Blue) = 169+33+255=457 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.98% from 457); Green value is 33 (13.28% from 255 or 7.22% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #A921FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A921FF is #56DE00. Grayscale: #626262. Windows color (decimal): -5692929 or 16720297. OLE color: 16720297.

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

Color convert

RGB 169 33 255 -
CMYK 0.34 0.87 0 0
HSL 276.76º 1% 0.56% -
HSV(B) 276.76º 0.87% 1% -
XYZ 34.96 16.74 96 -
YUV 98.97 216.06 177.95 -
System Red Green Blue C M Y K H S L
Decimal 169 33 255 0.34 0.87 0 0 276.76 1 0.56
Hex A9 21 FF 22 57 0 0 115 64 38
Octal 251 41 377 42 127 0 0 425 144 70
Binary 10101001 100001 11111111 100010 1010111 0 0 100010101 1100100 111000

Color Harmonies of #A921FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A921FF

Black with #A921FF

Text Example


Text Example

White with #A921FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A921FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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