Html Css Color HEX #AB2BEC Blue Violet

📋 copy color: '#AB2BEC'

red 171 ◦ green 43 ◦ blue 236

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

Shades of Blue Violet #AB2BEC

Tints of Blue Violet #AB2BEC

RGB

 RED value IS 171 (67.19% from 255) = 38%

 GREEN value IS 43 (17.19% from 255) = 9.56%

 BLUE value IS 236 (92.58% from 255) = 52.44%

R = 38%
G = 9.56%
B = 52.44%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB2BEC (or 0xAB2BEC) is known color: Blue Violet. HEX triplet: AB, 2B and EC. RGB value is (171,43,236). Sum of RGB (Red+Green+Blue) = 171+43+236=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 43 (17.19% from 255 or 9.56% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB2BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2BEC is #54D413. Grayscale: #666666. Windows color (decimal): -5559316 or 15477675. OLE color: 15477675.

HSL color Cylindrical-coordinate representation of color #AB2BEC: hue angle of 279.79º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2BEC is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 43 236 -
CMYK 0.28 0.82 0 0.07
HSL 279.79º 0.84% 0.55% -
HSV(B) 279.79º 0.82% 0.93% -
XYZ 32.8 16.44 80.8 -
YUV 103.27 202.91 176.31 -
System Red Green Blue C M Y K H S L
Decimal 171 43 236 0.28 0.82 0 0.07 279.79 0.84 0.55
Hex AB 2B EC 1C 52 0 7 118 54 37
Octal 253 53 354 34 122 0 7 430 124 67
Binary 10101011 101011 11101100 11100 1010010 0 111 100011000 1010100 110111

Color Harmonies of #AB2BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BEC

Black with #AB2BEC

Text Example


Text Example

White with #AB2BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BEC; }

 p { color: rgb(171,43,236); }

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

background-color css

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

 a { background-color: rgb(171,43,236); }

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

border-color css

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

 span { border-color: rgb(171,43,236); }

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