Html Css Color HEX #AB819E Bouquet

📋 copy color: '#AB819E'

red 171 ◦ green 129 ◦ blue 158

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

Shades of Bouquet #AB819E

Tints of Bouquet #AB819E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.17%

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

R = 37.34%
G = 28.17%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB819E (or 0xAB819E) is known color: Bouquet. HEX triplet: AB, 81 and 9E. RGB value is (171,129,158). Sum of RGB (Red+Green+Blue) = 171+129+158=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB819E is #547E61. Grayscale: #909090. Windows color (decimal): -5537378 or 10387883. OLE color: 10387883.

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

Color convert

RGB 171 129 158 -
CMYK 0 0.25 0.08 0.33
HSL 318.57º 0.2% 0.59% -
HSV(B) 318.57º 0.25% 0.67% -
XYZ 30.82 26.83 35.9 -
YUV 144.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 171 129 158 0 0.25 0.08 0.33 318.57 0.2 0.59
Hex AB 81 9E 0 19 8 21 13F 14 3B
Octal 253 201 236 0 31 10 41 477 24 73
Binary 10101011 10000001 10011110 0 11001 1000 100001 100111111 10100 111011

Color Harmonies of #AB819E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB819E

Black with #AB819E

Text Example


Text Example

White with #AB819E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB819E; }

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

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

background-color css

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

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

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

border-color css

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

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

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