Html Css Color HEX #AB2FFC Blue Violet

📋 copy color: '#AB2FFC'

red 171 ◦ green 47 ◦ blue 252

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

Shades of Blue Violet #AB2FFC

Tints of Blue Violet #AB2FFC

RGB

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

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

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

R = 36.38%
G = 10%
B = 53.62%

CMYK

 C value IS 0.32

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB2FFC (or 0xAB2FFC) is known color: Blue Violet. HEX triplet: AB, 2F and FC. RGB value is (171,47,252). Sum of RGB (Red+Green+Blue) = 171+47+252=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 47 (18.75% from 255 or 10% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB2FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB2FFC is #54D003. Grayscale: #6A6A6A. Windows color (decimal): -5558276 or 16527275. OLE color: 16527275.

HSL color Cylindrical-coordinate representation of color #AB2FFC: hue angle of 276.29º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2FFC is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 47 252 -
CMYK 0.32 0.81 0 0.01
HSL 276.29º 0.97% 0.59% -
HSV(B) 276.29º 0.81% 0.99% -
XYZ 35.38 17.72 93.65 -
YUV 107.45 209.58 173.33 -
System Red Green Blue C M Y K H S L
Decimal 171 47 252 0.32 0.81 0 0.01 276.29 0.97 0.59
Hex AB 2F FC 20 51 0 1 114 61 3B
Octal 253 57 374 40 121 0 1 424 141 73
Binary 10101011 101111 11111100 100000 1010001 0 1 100010100 1100001 111011

Color Harmonies of #AB2FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2FFC

Black with #AB2FFC

Text Example


Text Example

White with #AB2FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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