Html Css Color HEX #AB2CFB Blue Violet

📋 copy color: '#AB2CFB'

red 171 ◦ green 44 ◦ blue 251

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

Shades of Blue Violet #AB2CFB

Tints of Blue Violet #AB2CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 36.7%
G = 9.44%
B = 53.86%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB2CFB (or 0xAB2CFB) is known color: Blue Violet. HEX triplet: AB, 2C and FB. RGB value is (171,44,251). Sum of RGB (Red+Green+Blue) = 171+44+251=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB2CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2CFB is #54D304. Grayscale: #686868. Windows color (decimal): -5559045 or 16460971. OLE color: 16460971.

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

Color convert

RGB 171 44 251 -
CMYK 0.32 0.82 0 0.02
HSL 276.81º 0.96% 0.58% -
HSV(B) 276.81º 0.82% 0.98% -
XYZ 35.11 17.42 92.78 -
YUV 105.57 210.08 174.67 -
System Red Green Blue C M Y K H S L
Decimal 171 44 251 0.32 0.82 0 0.02 276.81 0.96 0.58
Hex AB 2C FB 20 52 0 2 115 60 3A
Octal 253 54 373 40 122 0 2 425 140 72
Binary 10101011 101100 11111011 100000 1010010 0 10 100010101 1100000 111010

Color Harmonies of #AB2CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2CFB

Black with #AB2CFB

Text Example


Text Example

White with #AB2CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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