Html Css Color HEX #AB449F Violet Blue

📋 copy color: '#AB449F'

red 171 ◦ green 68 ◦ blue 159

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

Shades of Violet Blue #AB449F

Tints of Violet Blue #AB449F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.09%

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

R = 42.96%
G = 17.09%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB449F (or 0xAB449F) is known color: Violet Blue. HEX triplet: AB, 44 and 9F. RGB value is (171,68,159). Sum of RGB (Red+Green+Blue) = 171+68+159=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 171 - color contains mainly: red. Hex color #AB449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB449F is #54BB60. Grayscale: #6C6C6C. Windows color (decimal): -5552993 or 10437803. OLE color: 10437803.

HSL color Cylindrical-coordinate representation of color #AB449F: hue angle of 306.99º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB449F is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 159 -
CMYK 0 0.60 0.07 0.33
HSL 306.99º 0.43% 0.47% -
HSV(B) 306.99º 0.6% 0.67% -
XYZ 25.12 15.3 34.43 -
YUV 109.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 171 68 159 0 0.60 0.07 0.33 306.99 0.43 0.47
Hex AB 44 9F 0 3C 7 21 133 2B 2F
Octal 253 104 237 0 74 7 41 463 53 57
Binary 10101011 1000100 10011111 0 111100 111 100001 100110011 101011 101111

Color Harmonies of #AB449F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB449F

Black with #AB449F

Text Example


Text Example

White with #AB449F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB449F; }

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

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

background-color css

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

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

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

border-color css

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

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

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