Html Css Color HEX #A21CFB Blue Violet

📋 copy color: '#A21CFB'

red 162 ◦ green 28 ◦ blue 251

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

Shades of Blue Violet #A21CFB

Tints of Blue Violet #A21CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.35%

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 36.73%
G = 6.35%
B = 56.92%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A21CFB (or 0xA21CFB) is known color: Blue Violet. HEX triplet: A2, 1C and FB. RGB value is (162,28,251). Sum of RGB (Red+Green+Blue) = 162+28+251=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #A21CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A21CFB is #5DE304. Grayscale: #5C5C5C. Windows color (decimal): -6152965 or 16456866. OLE color: 16456866.

HSL color Cylindrical-coordinate representation of color #A21CFB: hue angle of 276.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21CFB is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 28 251 -
CMYK 0.35 0.89 0 0.02
HSL 276.05º 0.97% 0.55% -
HSV(B) 276.05º 0.89% 0.98% -
XYZ 32.73 15.48 92.53 -
YUV 93.49 216.89 176.87 -
System Red Green Blue C M Y K H S L
Decimal 162 28 251 0.35 0.89 0 0.02 276.05 0.97 0.55
Hex A2 1C FB 23 59 0 2 114 61 37
Octal 242 34 373 43 131 0 2 424 141 67
Binary 10100010 11100 11111011 100011 1011001 0 10 100010100 1100001 110111

Color Harmonies of #A21CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21CFB

Black with #A21CFB

Text Example


Text Example

White with #A21CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21CFB; }

 p { color: rgb(162,28,251); }

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

background-color css

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

 a { background-color: rgb(162,28,251); }

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

border-color css

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

 span { border-color: rgb(162,28,251); }

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