Html Css Color HEX #AB2DEC Blue Violet

📋 copy color: '#AB2DEC'

red 171 ◦ green 45 ◦ blue 236

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

Shades of Blue Violet #AB2DEC

Tints of Blue Violet #AB2DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.96%

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

R = 37.83%
G = 9.96%
B = 52.21%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB2DEC (or 0xAB2DEC) is known color: Blue Violet. HEX triplet: AB, 2D and EC. RGB value is (171,45,236). Sum of RGB (Red+Green+Blue) = 171+45+236=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 45 (17.97% from 255 or 9.96% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB2DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2DEC is #54D213. Grayscale: #676767. Windows color (decimal): -5558804 or 15478187. OLE color: 15478187.

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

Color convert

RGB 171 45 236 -
CMYK 0.28 0.81 0 0.07
HSL 279.58º 0.83% 0.55% -
HSV(B) 279.58º 0.81% 0.93% -
XYZ 32.87 16.59 80.83 -
YUV 104.45 202.24 175.47 -
System Red Green Blue C M Y K H S L
Decimal 171 45 236 0.28 0.81 0 0.07 279.58 0.83 0.55
Hex AB 2D EC 1C 51 0 7 118 53 37
Octal 253 55 354 34 121 0 7 430 123 67
Binary 10101011 101101 11101100 11100 1010001 0 111 100011000 1010011 110111

Color Harmonies of #AB2DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DEC

Black with #AB2DEC

Text Example


Text Example

White with #AB2DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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