Html Css Color HEX #AB2BFF Blue Violet

📋 copy color: '#AB2BFF'

red 171 ◦ green 43 ◦ blue 255

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

Shades of Blue Violet #AB2BFF

Tints of Blue Violet #AB2BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.17%

 BLUE value IS 255 (100% from 255) = 54.37%

R = 36.46%
G = 9.17%
B = 54.37%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB2BFF (or 0xAB2BFF) is known color: Blue Violet. HEX triplet: AB, 2B and FF. RGB value is (171,43,255). Sum of RGB (Red+Green+Blue) = 171+43+255=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB2BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2BFF is #54D400. Grayscale: #686868. Windows color (decimal): -5559297 or 16722859. OLE color: 16722859.

HSL color Cylindrical-coordinate representation of color #AB2BFF: hue angle of 276.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB2BFF is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 43 255 -
CMYK 0.33 0.83 0 0
HSL 276.23º 1% 0.58% -
HSV(B) 276.23º 0.83% 1% -
XYZ 35.71 17.61 96.12 -
YUV 105.44 212.41 174.76 -
System Red Green Blue C M Y K H S L
Decimal 171 43 255 0.33 0.83 0 0 276.23 1 0.58
Hex AB 2B FF 21 53 0 0 114 64 3A
Octal 253 53 377 41 123 0 0 424 144 72
Binary 10101011 101011 11111111 100001 1010011 0 0 100010100 1100100 111010

Color Harmonies of #AB2BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2BFF

Black with #AB2BFF

Text Example


Text Example

White with #AB2BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2BFF; }

 p { color: rgb(171,43,255); }

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

background-color css

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

 a { background-color: rgb(171,43,255); }

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

border-color css

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

 span { border-color: rgb(171,43,255); }

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