Html Css Color HEX #AB2CEF Blue Violet

📋 copy color: '#AB2CEF'

red 171 ◦ green 44 ◦ blue 239

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

Shades of Blue Violet #AB2CEF

Tints of Blue Violet #AB2CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.69%

 BLUE value IS 239 (93.75% from 255) = 52.64%

R = 37.67%
G = 9.69%
B = 52.64%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB2CEF (or 0xAB2CEF) is known color: Blue Violet. HEX triplet: AB, 2C and EF. RGB value is (171,44,239). Sum of RGB (Red+Green+Blue) = 171+44+239=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 44 (17.58% from 255 or 9.69% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB2CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2CEF is #54D310. Grayscale: #676767. Windows color (decimal): -5559057 or 15674539. OLE color: 15674539.

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

Color convert

RGB 171 44 239 -
CMYK 0.28 0.82 0 0.06
HSL 279.08º 0.86% 0.55% -
HSV(B) 279.08º 0.82% 0.94% -
XYZ 33.28 16.69 83.13 -
YUV 104.2 204.08 175.64 -
System Red Green Blue C M Y K H S L
Decimal 171 44 239 0.28 0.82 0 0.06 279.08 0.86 0.55
Hex AB 2C EF 1C 52 0 6 117 56 37
Octal 253 54 357 34 122 0 6 427 126 67
Binary 10101011 101100 11101111 11100 1010010 0 110 100010111 1010110 110111

Color Harmonies of #AB2CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CEF

Black with #AB2CEF

Text Example


Text Example

White with #AB2CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CEF; }

 p { color: rgb(171,44,239); }

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

background-color css

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

 a { background-color: rgb(171,44,239); }

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

border-color css

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

 span { border-color: rgb(171,44,239); }

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