Html Css Color HEX #AB2EFC Blue Violet

📋 copy color: '#AB2EFC'

red 171 ◦ green 46 ◦ blue 252

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

Shades of Blue Violet #AB2EFC

Tints of Blue Violet #AB2EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.73%

R = 36.46%
G = 9.81%
B = 53.73%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB2EFC (or 0xAB2EFC) is known color: Blue Violet. HEX triplet: AB, 2E and FC. RGB value is (171,46,252). Sum of RGB (Red+Green+Blue) = 171+46+252=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB2EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2EFC is #54D103. Grayscale: #6A6A6A. Windows color (decimal): -5558532 or 16527019. OLE color: 16527019.

HSL color Cylindrical-coordinate representation of color #AB2EFC: hue angle of 276.41º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2EFC is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 46 252 -
CMYK 0.32 0.82 0 0.01
HSL 276.41º 0.97% 0.58% -
HSV(B) 276.41º 0.82% 0.99% -
XYZ 35.34 17.64 93.64 -
YUV 106.86 209.91 173.75 -
System Red Green Blue C M Y K H S L
Decimal 171 46 252 0.32 0.82 0 0.01 276.41 0.97 0.58
Hex AB 2E FC 20 52 0 1 114 61 3A
Octal 253 56 374 40 122 0 1 424 141 72
Binary 10101011 101110 11111100 100000 1010010 0 1 100010100 1100001 111010

Color Harmonies of #AB2EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2EFC

Black with #AB2EFC

Text Example


Text Example

White with #AB2EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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