Html Css Color HEX #AB479F Violet Blue

📋 copy color: '#AB479F'

red 171 ◦ green 71 ◦ blue 159

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

Shades of Violet Blue #AB479F

Tints of Violet Blue #AB479F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 42.64%
G = 17.71%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB479F (or 0xAB479F) is known color: Violet Blue. HEX triplet: AB, 47 and 9F. RGB value is (171,71,159). Sum of RGB (Red+Green+Blue) = 171+71+159=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB479F is #54B860. Grayscale: #6E6E6E. Windows color (decimal): -5552225 or 10438571. OLE color: 10438571.

HSL color Cylindrical-coordinate representation of color #AB479F: hue angle of 307.2º 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 #AB479F is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 71 159 -
CMYK 0 0.58 0.07 0.33
HSL 307.2º 0.41% 0.47% -
HSV(B) 307.2º 0.58% 0.67% -
XYZ 25.31 15.67 34.49 -
YUV 110.93 155.13 170.84 -
System Red Green Blue C M Y K H S L
Decimal 171 71 159 0 0.58 0.07 0.33 307.2 0.41 0.47
Hex AB 47 9F 0 3A 7 21 133 29 2F
Octal 253 107 237 0 72 7 41 463 51 57
Binary 10101011 1000111 10011111 0 111010 111 100001 100110011 101001 101111

Color Harmonies of #AB479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB479F

Black with #AB479F

Text Example


Text Example

White with #AB479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB479F; }

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

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

background-color css

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

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

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

border-color css

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

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

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