Html Css Color HEX #AF5972 Blush

📋 copy color: '#AF5972'

red 175 ◦ green 89 ◦ blue 114

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

Shades of Blush #AF5972

Tints of Blush #AF5972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.54%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 46.3%
G = 23.54%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF5972 (or 0xAF5972) is known color: Blush. HEX triplet: AF, 59 and 72. RGB value is (175,89,114). Sum of RGB (Red+Green+Blue) = 175+89+114=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5972 is #50A68D. Grayscale: #757575. Windows color (decimal): -5285518 or 7494063. OLE color: 7494063.

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

Color convert

RGB 175 89 114 -
CMYK 0 0.49 0.35 0.31
HSL 342.56º 0.35% 0.52% -
HSV(B) 342.56º 0.49% 0.69% -
XYZ 24.29 17.47 18.01 -
YUV 117.56 125.99 168.97 -
System Red Green Blue C M Y K H S L
Decimal 175 89 114 0 0.49 0.35 0.31 342.56 0.35 0.52
Hex AF 59 72 0 31 23 1F 157 23 34
Octal 257 131 162 0 61 43 37 527 43 64
Binary 10101111 1011001 1110010 0 110001 100011 11111 101010111 100011 110100

Color Harmonies of #AF5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5972

Black with #AF5972

Text Example


Text Example

White with #AF5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5972; }

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

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

background-color css

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

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

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

border-color css

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

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

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