Html Css Color HEX #AB47AC Violet Blue

📋 copy color: '#AB47AC'

red 171 ◦ green 71 ◦ blue 172

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

Shades of Violet Blue #AB47AC

Tints of Violet Blue #AB47AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 41.3%
G = 17.15%
B = 41.55%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB47AC (or 0xAB47AC) is known color: Violet Blue. HEX triplet: AB, 47 and AC. RGB value is (171,71,172). Sum of RGB (Red+Green+Blue) = 171+71+172=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB47AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB47AC is #54B853. Grayscale: #707070. Windows color (decimal): -5552212 or 11290539. OLE color: 11290539.

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

Color convert

RGB 171 71 172 -
CMYK 0.01 0.59 0 0.33
HSL 299.41º 0.42% 0.48% -
HSV(B) 299.41º 0.59% 0.67% -
XYZ 26.49 16.14 40.75 -
YUV 112.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 171 71 172 0.01 0.59 0 0.33 299.41 0.42 0.48
Hex AB 47 AC 1 3B 0 21 12B 2A 30
Octal 253 107 254 1 73 0 41 453 52 60
Binary 10101011 1000111 10101100 1 111011 0 100001 100101011 101010 110000

Color Harmonies of #AB47AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47AC

Black with #AB47AC

Text Example


Text Example

White with #AB47AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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