Html Css Color HEX #AB449C Violet Blue

📋 copy color: '#AB449C'

red 171 ◦ green 68 ◦ blue 156

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

Shades of Violet Blue #AB449C

Tints of Violet Blue #AB449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.49%

R = 43.29%
G = 17.22%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB449C (or 0xAB449C) is known color: Violet Blue. HEX triplet: AB, 44 and 9C. RGB value is (171,68,156). Sum of RGB (Red+Green+Blue) = 171+68+156=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 171 - color contains mainly: red. Hex color #AB449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB449C is #54BB63. Grayscale: #6C6C6C. Windows color (decimal): -5552996 or 10241195. OLE color: 10241195.

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

Color convert

RGB 171 68 156 -
CMYK 0 0.60 0.09 0.33
HSL 308.74º 0.43% 0.47% -
HSV(B) 308.74º 0.6% 0.67% -
XYZ 24.86 15.19 33.07 -
YUV 108.83 154.62 172.34 -
System Red Green Blue C M Y K H S L
Decimal 171 68 156 0 0.60 0.09 0.33 308.74 0.43 0.47
Hex AB 44 9C 0 3C 9 21 135 2B 2F
Octal 253 104 234 0 74 11 41 465 53 57
Binary 10101011 1000100 10011100 0 111100 1001 100001 100110101 101011 101111

Color Harmonies of #AB449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB449C

Black with #AB449C

Text Example


Text Example

White with #AB449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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