Html Css Color HEX #AB2DFC Blue Violet

📋 copy color: '#AB2DFC'

red 171 ◦ green 45 ◦ blue 252

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

Shades of Blue Violet #AB2DFC

Tints of Blue Violet #AB2DFC

RGB

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

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

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

R = 36.54%
G = 9.62%
B = 53.85%

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

#AB2DFC (or 0xAB2DFC) is known color: Blue Violet. HEX triplet: AB, 2D and FC. RGB value is (171,45,252). Sum of RGB (Red+Green+Blue) = 171+45+252=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB2DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2DFC is #54D203. Grayscale: #696969. Windows color (decimal): -5558788 or 16526763. OLE color: 16526763.

HSL color Cylindrical-coordinate representation of color #AB2DFC: hue angle of 276.52º 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 #AB2DFC is Cyan = 0.32, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 45 252 -
CMYK 0.32 0.82 0 0.01
HSL 276.52º 0.97% 0.58% -
HSV(B) 276.52º 0.82% 0.99% -
XYZ 35.3 17.56 93.62 -
YUV 106.27 210.24 174.17 -
System Red Green Blue C M Y K H S L
Decimal 171 45 252 0.32 0.82 0 0.01 276.52 0.97 0.58
Hex AB 2D FC 20 52 0 1 115 61 3A
Octal 253 55 374 40 122 0 1 425 141 72
Binary 10101011 101101 11111100 100000 1010010 0 1 100010101 1100001 111010

Color Harmonies of #AB2DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2DFC

Black with #AB2DFC

Text Example


Text Example

White with #AB2DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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