Html Css Color HEX #A821EE Blue Violet

📋 copy color: '#A821EE'

red 168 ◦ green 33 ◦ blue 238

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

Shades of Blue Violet #A821EE

Tints of Blue Violet #A821EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 38.27%
G = 7.52%
B = 54.21%

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

#A821EE (or 0xA821EE) is known color: Blue Violet. HEX triplet: A8, 21 and EE. RGB value is (168,33,238). Sum of RGB (Red+Green+Blue) = 168+33+238=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 33 (13.28% from 255 or 7.52% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #A821EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A821EE is #57DE11. Grayscale: #606060. Windows color (decimal): -5758482 or 15606184. OLE color: 15606184.

HSL color Cylindrical-coordinate representation of color #A821EE: hue angle of 279.51º degrees, saturation: 0.86, 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 #A821EE is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 33 238 -
CMYK 0.29 0.86 0 0.07
HSL 279.51º 0.86% 0.53% -
HSV(B) 279.51º 0.86% 0.93% -
XYZ 32.12 15.59 82.2 -
YUV 96.74 207.73 178.83 -
System Red Green Blue C M Y K H S L
Decimal 168 33 238 0.29 0.86 0 0.07 279.51 0.86 0.53
Hex A8 21 EE 1D 56 0 7 118 56 35
Octal 250 41 356 35 126 0 7 430 126 65
Binary 10101000 100001 11101110 11101 1010110 0 111 100011000 1010110 110101

Color Harmonies of #A821EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821EE

Black with #A821EE

Text Example


Text Example

White with #A821EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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