Html Css Color HEX #AB689E Violet Blue

📋 copy color: '#AB689E'

red 171 ◦ green 104 ◦ blue 158

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

Shades of Violet Blue #AB689E

Tints of Violet Blue #AB689E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.02%

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

R = 39.49%
G = 24.02%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB689E (or 0xAB689E) is known color: Violet Blue. HEX triplet: AB, 68 and 9E. RGB value is (171,104,158). Sum of RGB (Red+Green+Blue) = 171+104+158=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 171 - color contains mainly: red. Hex color #AB689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB689E is #549761. Grayscale: #828282. Windows color (decimal): -5543778 or 10381483. OLE color: 10381483.

HSL color Cylindrical-coordinate representation of color #AB689E: hue angle of 311.64º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB689E is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 104 158 -
CMYK 0 0.39 0.08 0.33
HSL 311.64º 0.29% 0.54% -
HSV(B) 311.64º 0.39% 0.67% -
XYZ 27.92 21.03 34.94 -
YUV 130.19 143.7 157.11 -
System Red Green Blue C M Y K H S L
Decimal 171 104 158 0 0.39 0.08 0.33 311.64 0.29 0.54
Hex AB 68 9E 0 27 8 21 138 1D 36
Octal 253 150 236 0 47 10 41 470 35 66
Binary 10101011 1101000 10011110 0 100111 1000 100001 100111000 11101 110110

Color Harmonies of #AB689E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB689E

Black with #AB689E

Text Example


Text Example

White with #AB689E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB689E; }

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

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

background-color css

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

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

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

border-color css

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

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

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