Html Css Color HEX #AF4A66 Blush

📋 copy color: '#AF4A66'

red 175 ◦ green 74 ◦ blue 102

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

Shades of Blush #AF4A66

Tints of Blush #AF4A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.08%

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

R = 49.86%
G = 21.08%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AF4A66 (or 0xAF4A66) is known color: Blush. HEX triplet: AF, 4A and 66. RGB value is (175,74,102). Sum of RGB (Red+Green+Blue) = 175+74+102=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A66 is #50B599. Grayscale: #6B6B6B. Windows color (decimal): -5289370 or 6703791. OLE color: 6703791.

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

Color convert

RGB 175 74 102 -
CMYK 0 0.58 0.42 0.31
HSL 343.37º 0.41% 0.49% -
HSV(B) 343.37º 0.58% 0.69% -
XYZ 22.53 14.97 14.27 -
YUV 107.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 175 74 102 0 0.58 0.42 0.31 343.37 0.41 0.49
Hex AF 4A 66 0 3A 2A 1F 157 29 31
Octal 257 112 146 0 72 52 37 527 51 61
Binary 10101111 1001010 1100110 0 111010 101010 11111 101010111 101001 110001

Color Harmonies of #AF4A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A66

Black with #AF4A66

Text Example


Text Example

White with #AF4A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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