Html Css Color HEX #AB449B Violet Blue

📋 copy color: '#AB449B'

red 171 ◦ green 68 ◦ blue 155

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

Shades of Violet Blue #AB449B

Tints of Violet Blue #AB449B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 43.4%
G = 17.26%
B = 39.34%

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

#AB449B (or 0xAB449B) is known color: Violet Blue. HEX triplet: AB, 44 and 9B. RGB value is (171,68,155). Sum of RGB (Red+Green+Blue) = 171+68+155=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 171 - color contains mainly: red. Hex color #AB449B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB449B is #54BB64. Grayscale: #6C6C6C. Windows color (decimal): -5552997 or 10175659. OLE color: 10175659.

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

Color convert

RGB 171 68 155 -
CMYK 0 0.60 0.09 0.33
HSL 309.32º 0.43% 0.47% -
HSV(B) 309.32º 0.6% 0.67% -
XYZ 24.78 15.16 32.63 -
YUV 108.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 171 68 155 0 0.60 0.09 0.33 309.32 0.43 0.47
Hex AB 44 9B 0 3C 9 21 135 2B 2F
Octal 253 104 233 0 74 11 41 465 53 57
Binary 10101011 1000100 10011011 0 111100 1001 100001 100110101 101011 101111

Color Harmonies of #AB449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB449B

Black with #AB449B

Text Example


Text Example

White with #AB449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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