Html Css Color HEX #AF4D6A Blush

📋 copy color: '#AF4D6A'

red 175 ◦ green 77 ◦ blue 106

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

Shades of Blush #AF4D6A

Tints of Blush #AF4D6A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.51%

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 48.88%
G = 21.51%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF4D6A (or 0xAF4D6A) is known color: Blush. HEX triplet: AF, 4D and 6A. RGB value is (175,77,106). Sum of RGB (Red+Green+Blue) = 175+77+106=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4D6A is #50B295. Grayscale: #6D6D6D. Windows color (decimal): -5288598 or 6966703. OLE color: 6966703.

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

Color convert

RGB 175 77 106 -
CMYK 0 0.56 0.39 0.31
HSL 342.24º 0.39% 0.49% -
HSV(B) 342.24º 0.56% 0.69% -
XYZ 22.93 15.46 15.41 -
YUV 109.61 125.97 174.64 -
System Red Green Blue C M Y K H S L
Decimal 175 77 106 0 0.56 0.39 0.31 342.24 0.39 0.49
Hex AF 4D 6A 0 38 27 1F 156 27 31
Octal 257 115 152 0 70 47 37 526 47 61
Binary 10101111 1001101 1101010 0 111000 100111 11111 101010110 100111 110001

Color Harmonies of #AF4D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D6A

Black with #AF4D6A

Text Example


Text Example

White with #AF4D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D6A; }

 p { color: rgb(175,77,106); }

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

background-color css

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

 a { background-color: rgb(175,77,106); }

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

border-color css

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

 span { border-color: rgb(175,77,106); }

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