Html Css Color HEX #A821ED Blue Violet

📋 copy color: '#A821ED'

red 168 ◦ green 33 ◦ blue 237

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

Shades of Blue Violet #A821ED

Tints of Blue Violet #A821ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 38.36%
G = 7.53%
B = 54.11%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A821ED (or 0xA821ED) is known color: Blue Violet. HEX triplet: A8, 21 and ED. RGB value is (168,33,237). Sum of RGB (Red+Green+Blue) = 168+33+237=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 33 (13.28% from 255 or 7.53% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #A821ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821ED is #57DE12. Grayscale: #5F5F5F. Windows color (decimal): -5758483 or 15540648. OLE color: 15540648.

HSL color Cylindrical-coordinate representation of color #A821ED: hue angle of 279.71º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A821ED is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 33 237 -
CMYK 0.29 0.86 0 0.07
HSL 279.71º 0.85% 0.53% -
HSV(B) 279.71º 0.86% 0.93% -
XYZ 31.98 15.53 81.43 -
YUV 96.62 207.23 178.91 -
System Red Green Blue C M Y K H S L
Decimal 168 33 237 0.29 0.86 0 0.07 279.71 0.85 0.53
Hex A8 21 ED 1D 56 0 7 118 55 35
Octal 250 41 355 35 126 0 7 430 125 65
Binary 10101000 100001 11101101 11101 1010110 0 111 100011000 1010101 110101

Color Harmonies of #A821ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821ED

Black with #A821ED

Text Example


Text Example

White with #A821ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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