Html Css Color HEX #AB47AA Violet Blue

📋 copy color: '#AB47AA'

red 171 ◦ green 71 ◦ blue 170

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

Shades of Violet Blue #AB47AA

Tints of Violet Blue #AB47AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.26%

R = 41.5%
G = 17.23%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB47AA (or 0xAB47AA) is known color: Violet Blue. HEX triplet: AB, 47 and AA. RGB value is (171,71,170). Sum of RGB (Red+Green+Blue) = 171+71+170=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB47AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB47AA is #54B855. Grayscale: #6F6F6F. Windows color (decimal): -5552214 or 11159467. OLE color: 11159467.

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

Color convert

RGB 171 71 170 -
CMYK 0 0.58 0.01 0.33
HSL 300.6º 0.41% 0.47% -
HSV(B) 300.6º 0.58% 0.67% -
XYZ 26.3 16.07 39.75 -
YUV 112.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 171 71 170 0 0.58 0.01 0.33 300.6 0.41 0.47
Hex AB 47 AA 0 3A 1 21 12D 29 2F
Octal 253 107 252 0 72 1 41 455 51 57
Binary 10101011 1000111 10101010 0 111010 1 100001 100101101 101001 101111

Color Harmonies of #AB47AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB47AA

Black with #AB47AA

Text Example


Text Example

White with #AB47AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB47AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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