Html Css Color HEX #A821FF Electric Purple

📋 copy color: '#A821FF'

red 168 ◦ green 33 ◦ blue 255

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

Shades of Electric Purple #A821FF

Tints of Electric Purple #A821FF

RGB

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

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

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

R = 36.84%
G = 7.24%
B = 55.92%

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

#A821FF (or 0xA821FF) is known color: Electric Purple. HEX triplet: A8, 21 and FF. RGB value is (168,33,255). Sum of RGB (Red+Green+Blue) = 168+33+255=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #A821FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821FF is #57DE00. Grayscale: #616161. Windows color (decimal): -5758465 or 16720296. OLE color: 16720296.

HSL color Cylindrical-coordinate representation of color #A821FF: hue angle of 276.49º 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 #A821FF is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 168 33 255 -
CMYK 0.34 0.87 0 0
HSL 276.49º 1% 0.56% -
HSV(B) 276.49º 0.87% 1% -
XYZ 34.74 16.63 95.99 -
YUV 98.67 216.23 177.45 -
System Red Green Blue C M Y K H S L
Decimal 168 33 255 0.34 0.87 0 0 276.49 1 0.56
Hex A8 21 FF 22 57 0 0 114 64 38
Octal 250 41 377 42 127 0 0 424 144 70
Binary 10101000 100001 11111111 100010 1010111 0 0 100010100 1100100 111000

Color Harmonies of #A821FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821FF

Black with #A821FF

Text Example


Text Example

White with #A821FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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