Html Css Color HEX #AB6895 Bouquet

📋 copy color: '#AB6895'

red 171 ◦ green 104 ◦ blue 149

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

Shades of Bouquet #AB6895

Tints of Bouquet #AB6895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 40.33%
G = 24.53%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AB6895 (or 0xAB6895) is known color: Bouquet. HEX triplet: AB, 68 and 95. RGB value is (171,104,149). Sum of RGB (Red+Green+Blue) = 171+104+149=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB6895 is #54976A. Grayscale: #818181. Windows color (decimal): -5543787 or 9791659. OLE color: 9791659.

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

Color convert

RGB 171 104 149 -
CMYK 0 0.39 0.13 0.33
HSL 319.7º 0.29% 0.54% -
HSV(B) 319.7º 0.39% 0.67% -
XYZ 27.17 20.73 31 -
YUV 129.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 171 104 149 0 0.39 0.13 0.33 319.7 0.29 0.54
Hex AB 68 95 0 27 D 21 140 1D 36
Octal 253 150 225 0 47 15 41 500 35 66
Binary 10101011 1101000 10010101 0 100111 1101 100001 101000000 11101 110110

Color Harmonies of #AB6895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6895

Black with #AB6895

Text Example


Text Example

White with #AB6895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6895; }

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

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

background-color css

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

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

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

border-color css

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

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

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