Html Css Color HEX #A21EFD Blue Violet

📋 copy color: '#A21EFD'

red 162 ◦ green 30 ◦ blue 253

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

Shades of Blue Violet #A21EFD

Tints of Blue Violet #A21EFD

RGB

 RED value IS 162 (63.67% from 255) = 36.4%

 GREEN value IS 30 (12.11% from 255) = 6.74%

 BLUE value IS 253 (99.22% from 255) = 56.85%

R = 36.4%
G = 6.74%
B = 56.85%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A21EFD (or 0xA21EFD) is known color: Blue Violet. HEX triplet: A2, 1E and FD. RGB value is (162,30,253). Sum of RGB (Red+Green+Blue) = 162+30+253=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #A21EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21EFD is #5DE102. Grayscale: #5E5E5E. Windows color (decimal): -6152451 or 16588450. OLE color: 16588450.

HSL color Cylindrical-coordinate representation of color #A21EFD: hue angle of 275.52º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21EFD is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 30 253 -
CMYK 0.36 0.88 0 0.01
HSL 275.52º 0.98% 0.55% -
HSV(B) 275.52º 0.88% 0.99% -
XYZ 33.09 15.7 94.22 -
YUV 94.89 217.23 175.87 -
System Red Green Blue C M Y K H S L
Decimal 162 30 253 0.36 0.88 0 0.01 275.52 0.98 0.55
Hex A2 1E FD 24 58 0 1 114 62 37
Octal 242 36 375 44 130 0 1 424 142 67
Binary 10100010 11110 11111101 100100 1011000 0 1 100010100 1100010 110111

Color Harmonies of #A21EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21EFD

Black with #A21EFD

Text Example


Text Example

White with #A21EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21EFD; }

 p { color: rgb(162,30,253); }

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

background-color css

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

 a { background-color: rgb(162,30,253); }

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

border-color css

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

 span { border-color: rgb(162,30,253); }

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