Html Css Color HEX #AB2DFF Blue Violet

📋 copy color: '#AB2DFF'

red 171 ◦ green 45 ◦ blue 255

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

Shades of Blue Violet #AB2DFF

Tints of Blue Violet #AB2DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.55%

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

R = 36.31%
G = 9.55%
B = 54.14%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB2DFF (or 0xAB2DFF) is known color: Blue Violet. HEX triplet: AB, 2D and FF. RGB value is (171,45,255). Sum of RGB (Red+Green+Blue) = 171+45+255=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB2DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2DFF is #54D200. Grayscale: #696969. Windows color (decimal): -5558785 or 16723371. OLE color: 16723371.

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

Color convert

RGB 171 45 255 -
CMYK 0.33 0.82 0 0
HSL 276º 1% 0.59% -
HSV(B) 276º 0.82% 1% -
XYZ 35.78 17.75 96.15 -
YUV 106.61 211.74 173.92 -
System Red Green Blue C M Y K H S L
Decimal 171 45 255 0.33 0.82 0 0 276 1 0.59
Hex AB 2D FF 21 52 0 0 114 64 3B
Octal 253 55 377 41 122 0 0 424 144 73
Binary 10101011 101101 11111111 100001 1010010 0 0 100010100 1100100 111011

Color Harmonies of #AB2DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DFF

Black with #AB2DFF

Text Example


Text Example

White with #AB2DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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