Html Css Color HEX #AB649E Violet Blue

📋 copy color: '#AB649E'

red 171 ◦ green 100 ◦ blue 158

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

Shades of Violet Blue #AB649E

Tints of Violet Blue #AB649E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 39.86%
G = 23.31%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB649E (or 0xAB649E) is known color: Violet Blue. HEX triplet: AB, 64 and 9E. RGB value is (171,100,158). Sum of RGB (Red+Green+Blue) = 171+100+158=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 171 - color contains mainly: red. Hex color #AB649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB649E is #549B61. Grayscale: #7F7F7F. Windows color (decimal): -5544802 or 10380459. OLE color: 10380459.

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

Color convert

RGB 171 100 158 -
CMYK 0 0.42 0.08 0.33
HSL 310.99º 0.3% 0.53% -
HSV(B) 310.99º 0.42% 0.67% -
XYZ 27.52 20.24 34.8 -
YUV 127.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 171 100 158 0 0.42 0.08 0.33 310.99 0.3 0.53
Hex AB 64 9E 0 2A 8 21 137 1E 35
Octal 253 144 236 0 52 10 41 467 36 65
Binary 10101011 1100100 10011110 0 101010 1000 100001 100110111 11110 110101

Color Harmonies of #AB649E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB649E

Black with #AB649E

Text Example


Text Example

White with #AB649E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB649E; }

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

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

background-color css

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

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

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

border-color css

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

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

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