Html Css Color HEX #AF72A0 Bouquet

📋 copy color: '#AF72A0'

red 175 ◦ green 114 ◦ blue 160

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

Shades of Bouquet #AF72A0

Tints of Bouquet #AF72A0

RGB

 RED value IS 175 (68.75% from 255) = 38.98%

 GREEN value IS 114 (44.92% from 255) = 25.39%

 BLUE value IS 160 (62.89% from 255) = 35.63%

R = 38.98%
G = 25.39%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF72A0 (or 0xAF72A0) is known color: Bouquet. HEX triplet: AF, 72 and A0. RGB value is (175,114,160). Sum of RGB (Red+Green+Blue) = 175+114+160=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF72A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF72A0 is #508D5F. Grayscale: #898989. Windows color (decimal): -5279072 or 10515119. OLE color: 10515119.

HSL color Cylindrical-coordinate representation of color #AF72A0: hue angle of 314.75º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF72A0 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 160 -
CMYK 0 0.35 0.09 0.31
HSL 314.75º 0.28% 0.57% -
HSV(B) 314.75º 0.35% 0.69% -
XYZ 30.04 23.69 36.25 -
YUV 137.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 175 114 160 0 0.35 0.09 0.31 314.75 0.28 0.57
Hex AF 72 A0 0 23 9 1F 13B 1C 39
Octal 257 162 240 0 43 11 37 473 34 71
Binary 10101111 1110010 10100000 0 100011 1001 11111 100111011 11100 111001

Color Harmonies of #AF72A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72A0

Black with #AF72A0

Text Example


Text Example

White with #AF72A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72A0; }

 p { color: rgb(175,114,160); }

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

background-color css

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

 a { background-color: rgb(175,114,160); }

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

border-color css

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

 span { border-color: rgb(175,114,160); }

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