Html Css Color HEX #AB649C Violet Blue

📋 copy color: '#AB649C'

red 171 ◦ green 100 ◦ blue 156

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

Shades of Violet Blue #AB649C

Tints of Violet Blue #AB649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 40.05%
G = 23.42%
B = 36.53%

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

#AB649C (or 0xAB649C) is known color: Violet Blue. HEX triplet: AB, 64 and 9C. RGB value is (171,100,156). Sum of RGB (Red+Green+Blue) = 171+100+156=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB649C is #549B63. Grayscale: #7F7F7F. Windows color (decimal): -5544804 or 10249387. OLE color: 10249387.

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

Color convert

RGB 171 100 156 -
CMYK 0 0.42 0.09 0.33
HSL 312.68º 0.3% 0.53% -
HSV(B) 312.68º 0.42% 0.67% -
XYZ 27.35 20.17 33.9 -
YUV 127.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 171 100 156 0 0.42 0.09 0.33 312.68 0.3 0.53
Hex AB 64 9C 0 2A 9 21 139 1E 35
Octal 253 144 234 0 52 11 41 471 36 65
Binary 10101011 1100100 10011100 0 101010 1001 100001 100111001 11110 110101

Color Harmonies of #AB649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB649C

Black with #AB649C

Text Example


Text Example

White with #AB649C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB649C; }

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

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

background-color css

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

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

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

border-color css

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

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

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