Html Css Color HEX #AB2EEF Blue Violet

📋 copy color: '#AB2EEF'

red 171 ◦ green 46 ◦ blue 239

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

Shades of Blue Violet #AB2EEF

Tints of Blue Violet #AB2EEF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.09%

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

R = 37.5%
G = 10.09%
B = 52.41%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB2EEF (or 0xAB2EEF) is known color: Blue Violet. HEX triplet: AB, 2E and EF. RGB value is (171,46,239). Sum of RGB (Red+Green+Blue) = 171+46+239=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 46 (18.36% from 255 or 10.09% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB2EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2EEF is #54D110. Grayscale: #686868. Windows color (decimal): -5558545 or 15675051. OLE color: 15675051.

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

Color convert

RGB 171 46 239 -
CMYK 0.28 0.81 0 0.06
HSL 278.86º 0.86% 0.56% -
HSV(B) 278.86º 0.81% 0.94% -
XYZ 33.35 16.84 83.15 -
YUV 105.38 203.41 174.81 -
System Red Green Blue C M Y K H S L
Decimal 171 46 239 0.28 0.81 0 0.06 278.86 0.86 0.56
Hex AB 2E EF 1C 51 0 6 117 56 38
Octal 253 56 357 34 121 0 6 427 126 70
Binary 10101011 101110 11101111 11100 1010001 0 110 100010111 1010110 111000

Color Harmonies of #AB2EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2EEF

Black with #AB2EEF

Text Example


Text Example

White with #AB2EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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