Html Css Color HEX #AF5366 Blush

📋 copy color: '#AF5366'

red 175 ◦ green 83 ◦ blue 102

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

Shades of Blush #AF5366

Tints of Blush #AF5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 48.61%
G = 23.06%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF5366 (or 0xAF5366) is known color: Blush. HEX triplet: AF, 53 and 66. RGB value is (175,83,102). Sum of RGB (Red+Green+Blue) = 175+83+102=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5366 is #50AC99. Grayscale: #707070. Windows color (decimal): -5287066 or 6706095. OLE color: 6706095.

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

Color convert

RGB 175 83 102 -
CMYK 0 0.53 0.42 0.31
HSL 347.61º 0.37% 0.51% -
HSV(B) 347.61º 0.53% 0.69% -
XYZ 23.17 16.26 14.49 -
YUV 112.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 175 83 102 0 0.53 0.42 0.31 347.61 0.37 0.51
Hex AF 53 66 0 35 2A 1F 15C 25 33
Octal 257 123 146 0 65 52 37 534 45 63
Binary 10101111 1010011 1100110 0 110101 101010 11111 101011100 100101 110011

Color Harmonies of #AF5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5366

Black with #AF5366

Text Example


Text Example

White with #AF5366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5366; }

 p { color: rgb(175,83,102); }

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

background-color css

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

 a { background-color: rgb(175,83,102); }

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

border-color css

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

 span { border-color: rgb(175,83,102); }

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