Html Css Color HEX #AF5468 Blush

📋 copy color: '#AF5468'

red 175 ◦ green 84 ◦ blue 104

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

Shades of Blush #AF5468

Tints of Blush #AF5468

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.14%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 48.21%
G = 23.14%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF5468 (or 0xAF5468) is known color: Blush. HEX triplet: AF, 54 and 68. RGB value is (175,84,104). Sum of RGB (Red+Green+Blue) = 175+84+104=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5468 is #50AB97. Grayscale: #717171. Windows color (decimal): -5286808 or 6837423. OLE color: 6837423.

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

Color convert

RGB 175 84 104 -
CMYK 0 0.52 0.41 0.31
HSL 346.81º 0.36% 0.51% -
HSV(B) 346.81º 0.52% 0.69% -
XYZ 23.35 16.45 15.04 -
YUV 113.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 175 84 104 0 0.52 0.41 0.31 346.81 0.36 0.51
Hex AF 54 68 0 34 29 1F 15B 24 33
Octal 257 124 150 0 64 51 37 533 44 63
Binary 10101111 1010100 1101000 0 110100 101001 11111 101011011 100100 110011

Color Harmonies of #AF5468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5468

Black with #AF5468

Text Example


Text Example

White with #AF5468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5468; }

 p { color: rgb(175,84,104); }

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

background-color css

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

 a { background-color: rgb(175,84,104); }

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

border-color css

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

 span { border-color: rgb(175,84,104); }

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