Html Css Color HEX #AB649B Violet Blue

📋 copy color: '#AB649B'

red 171 ◦ green 100 ◦ blue 155

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

Shades of Violet Blue #AB649B

Tints of Violet Blue #AB649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.47%

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

R = 40.14%
G = 23.47%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AB649B (or 0xAB649B) is known color: Violet Blue. HEX triplet: AB, 64 and 9B. RGB value is (171,100,155). Sum of RGB (Red+Green+Blue) = 171+100+155=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 171 - color contains mainly: red. Hex color #AB649B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB649B is #549B64. Grayscale: #7F7F7F. Windows color (decimal): -5544805 or 10183851. OLE color: 10183851.

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

Color convert

RGB 171 100 155 -
CMYK 0 0.42 0.09 0.33
HSL 313.52º 0.3% 0.53% -
HSV(B) 313.52º 0.42% 0.67% -
XYZ 27.27 20.14 33.46 -
YUV 127.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 171 100 155 0 0.42 0.09 0.33 313.52 0.3 0.53
Hex AB 64 9B 0 2A 9 21 13A 1E 35
Octal 253 144 233 0 52 11 41 472 36 65
Binary 10101011 1100100 10011011 0 101010 1001 100001 100111010 11110 110101

Color Harmonies of #AB649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB649B

Black with #AB649B

Text Example


Text Example

White with #AB649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB649B; }

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

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

background-color css

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

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

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

border-color css

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

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

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