Html Css Color HEX #AB47AE Violet Blue

📋 copy color: '#AB47AE'

red 171 ◦ green 71 ◦ blue 174

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

Shades of Violet Blue #AB47AE

Tints of Violet Blue #AB47AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.83%

R = 41.11%
G = 17.07%
B = 41.83%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AB47AE (or 0xAB47AE) is known color: Violet Blue. HEX triplet: AB, 47 and AE. RGB value is (171,71,174). Sum of RGB (Red+Green+Blue) = 171+71+174=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB47AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB47AE is #54B851. Grayscale: #707070. Windows color (decimal): -5552210 or 11421611. OLE color: 11421611.

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

Color convert

RGB 171 71 174 -
CMYK 0.02 0.59 0 0.32
HSL 298.25º 0.42% 0.48% -
HSV(B) 298.25º 0.59% 0.68% -
XYZ 26.69 16.22 41.77 -
YUV 112.64 162.63 169.62 -
System Red Green Blue C M Y K H S L
Decimal 171 71 174 0.02 0.59 0 0.32 298.25 0.42 0.48
Hex AB 47 AE 2 3B 0 20 12A 2A 30
Octal 253 107 256 2 73 0 40 452 52 60
Binary 10101011 1000111 10101110 10 111011 0 100000 100101010 101010 110000

Color Harmonies of #AB47AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47AE

Black with #AB47AE

Text Example


Text Example

White with #AB47AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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