Html Css Color HEX #AB47FE Blue Violet

📋 copy color: '#AB47FE'

red 171 ◦ green 71 ◦ blue 254

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

Shades of Blue Violet #AB47FE

Tints of Blue Violet #AB47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.31%

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 34.48%
G = 14.31%
B = 51.21%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB47FE (or 0xAB47FE) is known color: Blue Violet. HEX triplet: AB, 47 and FE. RGB value is (171,71,254). Sum of RGB (Red+Green+Blue) = 171+71+254=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB47FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB47FE is #54B801. Grayscale: #797979. Windows color (decimal): -5552130 or 16664491. OLE color: 16664491.

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

Color convert

RGB 171 71 254 -
CMYK 0.33 0.72 0 0.00
HSL 272.79º 0.99% 0.64% -
HSV(B) 272.79º 0.72% 1% -
XYZ 36.94 20.32 95.74 -
YUV 121.76 202.63 163.12 -
System Red Green Blue C M Y K H S L
Decimal 171 71 254 0.33 0.72 0 0.00 272.79 0.99 0.64
Hex AB 47 FE 21 48 0 0 111 63 40
Octal 253 107 376 41 110 0 0 421 143 100
Binary 10101011 1000111 11111110 100001 1001000 0 0 100010001 1100011 1000000

Color Harmonies of #AB47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47FE

Black with #AB47FE

Text Example


Text Example

White with #AB47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47FE; }

 p { color: rgb(171,71,254); }

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

background-color css

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

 a { background-color: rgb(171,71,254); }

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

border-color css

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

 span { border-color: rgb(171,71,254); }

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