Html Css Color HEX #A27F99 Bouquet

📋 copy color: '#A27F99'

red 162 ◦ green 127 ◦ blue 153

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

Shades of Bouquet #A27F99

Tints of Bouquet #A27F99

RGB

 RED value IS 162 (63.67% from 255) = 36.65%

 GREEN value IS 127 (50% from 255) = 28.73%

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 36.65%
G = 28.73%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A27F99 (or 0xA27F99) is known color: Bouquet. HEX triplet: A2, 7F and 99. RGB value is (162,127,153). Sum of RGB (Red+Green+Blue) = 162+127+153=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 162 - color contains mainly: red. Hex color #A27F99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27F99 is #5D8066. Grayscale: #8C8C8C. Windows color (decimal): -6127719 or 10059682. OLE color: 10059682.

HSL color Cylindrical-coordinate representation of color #A27F99: hue angle of 315.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A27F99 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 127 153 -
CMYK 0 0.22 0.06 0.36
HSL 315.43º 0.16% 0.57% -
HSV(B) 315.43º 0.22% 0.64% -
XYZ 28.24 25.16 33.5 -
YUV 140.43 135.1 143.39 -
System Red Green Blue C M Y K H S L
Decimal 162 127 153 0 0.22 0.06 0.36 315.43 0.16 0.57
Hex A2 7F 99 0 16 6 24 13B 10 39
Octal 242 177 231 0 26 6 44 473 20 71
Binary 10100010 1111111 10011001 0 10110 110 100100 100111011 10000 111001

Color Harmonies of #A27F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27F99

Black with #A27F99

Text Example


Text Example

White with #A27F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27F99; }

 p { color: rgb(162,127,153); }

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

background-color css

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

 a { background-color: rgb(162,127,153); }

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

border-color css

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

 span { border-color: rgb(162,127,153); }

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