Html Css Color HEX #AB649A Violet Blue

📋 copy color: '#AB649A'

red 171 ◦ green 100 ◦ blue 154

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

Shades of Violet Blue #AB649A

Tints of Violet Blue #AB649A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.24%

R = 40.24%
G = 23.53%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AB649A (or 0xAB649A) is known color: Violet Blue. HEX triplet: AB, 64 and 9A. RGB value is (171,100,154). Sum of RGB (Red+Green+Blue) = 171+100+154=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB649A is #549B65. Grayscale: #7F7F7F. Windows color (decimal): -5544806 or 10118315. OLE color: 10118315.

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

Color convert

RGB 171 100 154 -
CMYK 0 0.42 0.10 0.33
HSL 314.37º 0.3% 0.53% -
HSV(B) 314.37º 0.42% 0.67% -
XYZ 27.18 20.11 33.02 -
YUV 127.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 171 100 154 0 0.42 0.10 0.33 314.37 0.3 0.53
Hex AB 64 9A 0 2A A 21 13A 1E 35
Octal 253 144 232 0 52 12 41 472 36 65
Binary 10101011 1100100 10011010 0 101010 1010 100001 100111010 11110 110101

Color Harmonies of #AB649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB649A

Black with #AB649A

Text Example


Text Example

White with #AB649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB649A; }

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

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

background-color css

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

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

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

border-color css

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

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

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