Html Css Color HEX #AB529B Violet Blue

📋 copy color: '#AB529B'

red 171 ◦ green 82 ◦ blue 155

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

Shades of Violet Blue #AB529B

Tints of Violet Blue #AB529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

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

R = 41.91%
G = 20.1%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB529B (or 0xAB529B) is known color: Violet Blue. HEX triplet: AB, 52 and 9B. RGB value is (171,82,155). Sum of RGB (Red+Green+Blue) = 171+82+155=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB529B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB529B is #54AD64. Grayscale: #747474. Windows color (decimal): -5549413 or 10179243. OLE color: 10179243.

HSL color Cylindrical-coordinate representation of color #AB529B: hue angle of 310.79º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB529B is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 82 155 -
CMYK 0 0.52 0.09 0.33
HSL 310.79º 0.35% 0.5% -
HSV(B) 310.79º 0.52% 0.67% -
XYZ 25.73 17.06 32.95 -
YUV 116.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 171 82 155 0 0.52 0.09 0.33 310.79 0.35 0.5
Hex AB 52 9B 0 34 9 21 137 23 32
Octal 253 122 233 0 64 11 41 467 43 62
Binary 10101011 1010010 10011011 0 110100 1001 100001 100110111 100011 110010

Color Harmonies of #AB529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB529B

Black with #AB529B

Text Example


Text Example

White with #AB529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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