Html Css Color HEX #AB1DEC Blue Violet

📋 copy color: '#AB1DEC'

red 171 ◦ green 29 ◦ blue 236

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

Shades of Blue Violet #AB1DEC

Tints of Blue Violet #AB1DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.65%

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

R = 39.22%
G = 6.65%
B = 54.13%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB1DEC (or 0xAB1DEC) is known color: Blue Violet. HEX triplet: AB, 1D and EC. RGB value is (171,29,236). Sum of RGB (Red+Green+Blue) = 171+29+236=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB1DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB1DEC is #54E213. Grayscale: #5E5E5E. Windows color (decimal): -5562900 or 15474091. OLE color: 15474091.

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

Color convert

RGB 171 29 236 -
CMYK 0.28 0.88 0 0.07
HSL 281.16º 0.84% 0.52% -
HSV(B) 281.16º 0.88% 0.93% -
XYZ 32.37 15.59 80.66 -
YUV 95.06 207.54 182.17 -
System Red Green Blue C M Y K H S L
Decimal 171 29 236 0.28 0.88 0 0.07 281.16 0.84 0.52
Hex AB 1D EC 1C 58 0 7 119 54 34
Octal 253 35 354 34 130 0 7 431 124 64
Binary 10101011 11101 11101100 11100 1011000 0 111 100011001 1010100 110100

Color Harmonies of #AB1DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1DEC

Black with #AB1DEC

Text Example


Text Example

White with #AB1DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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