Html Css Color HEX #AB7CA4 Bouquet

📋 copy color: '#AB7CA4'

red 171 ◦ green 124 ◦ blue 164

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

Shades of Bouquet #AB7CA4

Tints of Bouquet #AB7CA4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.02%

 BLUE value IS 164 (64.45% from 255) = 35.73%

R = 37.25%
G = 27.02%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AB7CA4 (or 0xAB7CA4) is known color: Bouquet. HEX triplet: AB, 7C and A4. RGB value is (171,124,164). Sum of RGB (Red+Green+Blue) = 171+124+164=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7CA4 is #54835B. Grayscale: #8E8E8E. Windows color (decimal): -5538652 or 10779819. OLE color: 10779819.

HSL color Cylindrical-coordinate representation of color #AB7CA4: hue angle of 308.94º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7CA4 is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 124 164 -
CMYK 0 0.27 0.04 0.33
HSL 308.94º 0.22% 0.58% -
HSV(B) 308.94º 0.27% 0.67% -
XYZ 30.7 25.75 38.47 -
YUV 142.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 171 124 164 0 0.27 0.04 0.33 308.94 0.22 0.58
Hex AB 7C A4 0 1B 4 21 135 16 3A
Octal 253 174 244 0 33 4 41 465 26 72
Binary 10101011 1111100 10100100 0 11011 100 100001 100110101 10110 111010

Color Harmonies of #AB7CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CA4

Black with #AB7CA4

Text Example


Text Example

White with #AB7CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CA4; }

 p { color: rgb(171,124,164); }

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

background-color css

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

 a { background-color: rgb(171,124,164); }

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

border-color css

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

 span { border-color: rgb(171,124,164); }

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