Html Css Color HEX #AB5A9B Violet Blue

📋 copy color: '#AB5A9B'

red 171 ◦ green 90 ◦ blue 155

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

Shades of Violet Blue #AB5A9B

Tints of Violet Blue #AB5A9B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.63%

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

R = 41.11%
G = 21.63%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB5A9B (or 0xAB5A9B) is known color: Violet Blue. HEX triplet: AB, 5A and 9B. RGB value is (171,90,155). Sum of RGB (Red+Green+Blue) = 171+90+155=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A9B is #54A564. Grayscale: #797979. Windows color (decimal): -5547365 or 10181291. OLE color: 10181291.

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

Color convert

RGB 171 90 155 -
CMYK 0 0.47 0.09 0.33
HSL 311.85º 0.33% 0.51% -
HSV(B) 311.85º 0.47% 0.67% -
XYZ 26.37 18.34 33.16 -
YUV 121.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 171 90 155 0 0.47 0.09 0.33 311.85 0.33 0.51
Hex AB 5A 9B 0 2F 9 21 138 21 33
Octal 253 132 233 0 57 11 41 470 41 63
Binary 10101011 1011010 10011011 0 101111 1001 100001 100111000 100001 110011

Color Harmonies of #AB5A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5A9B

Black with #AB5A9B

Text Example


Text Example

White with #AB5A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5A9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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