Html Css Color HEX #AB2FFB Blue Violet

📋 copy color: '#AB2FFB'

red 171 ◦ green 47 ◦ blue 251

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

Shades of Blue Violet #AB2FFB

Tints of Blue Violet #AB2FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.02%

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

R = 36.46%
G = 10.02%
B = 53.52%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB2FFB (or 0xAB2FFB) is known color: Blue Violet. HEX triplet: AB, 2F and FB. RGB value is (171,47,251). Sum of RGB (Red+Green+Blue) = 171+47+251=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 47 (18.75% from 255 or 10.02% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB2FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2FFB is #54D004. Grayscale: #6A6A6A. Windows color (decimal): -5558277 or 16461739. OLE color: 16461739.

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

Color convert

RGB 171 47 251 -
CMYK 0.32 0.81 0 0.02
HSL 276.47º 0.96% 0.58% -
HSV(B) 276.47º 0.81% 0.98% -
XYZ 35.22 17.66 92.82 -
YUV 107.33 209.08 173.41 -
System Red Green Blue C M Y K H S L
Decimal 171 47 251 0.32 0.81 0 0.02 276.47 0.96 0.58
Hex AB 2F FB 20 51 0 2 114 60 3A
Octal 253 57 373 40 121 0 2 424 140 72
Binary 10101011 101111 11111011 100000 1010001 0 10 100010100 1100000 111010

Color Harmonies of #AB2FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2FFB

Black with #AB2FFB

Text Example


Text Example

White with #AB2FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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