Html Css Color HEX #AF4E6B Blush

📋 copy color: '#AF4E6B'

red 175 ◦ green 78 ◦ blue 107

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

Shades of Blush #AF4E6B

Tints of Blush #AF4E6B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.67%

 BLUE value IS 107 (42.19% from 255) = 29.72%

R = 48.61%
G = 21.67%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF4E6B (or 0xAF4E6B) is known color: Blush. HEX triplet: AF, 4E and 6B. RGB value is (175,78,107). Sum of RGB (Red+Green+Blue) = 175+78+107=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E6B is #50B194. Grayscale: #6E6E6E. Windows color (decimal): -5288341 or 7032495. OLE color: 7032495.

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

Color convert

RGB 175 78 107 -
CMYK 0 0.55 0.39 0.31
HSL 342.06º 0.38% 0.5% -
HSV(B) 342.06º 0.55% 0.69% -
XYZ 23.06 15.62 15.71 -
YUV 110.31 126.14 174.14 -
System Red Green Blue C M Y K H S L
Decimal 175 78 107 0 0.55 0.39 0.31 342.06 0.38 0.5
Hex AF 4E 6B 0 37 27 1F 156 26 32
Octal 257 116 153 0 67 47 37 526 46 62
Binary 10101111 1001110 1101011 0 110111 100111 11111 101010110 100110 110010

Color Harmonies of #AF4E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E6B

Black with #AF4E6B

Text Example


Text Example

White with #AF4E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E6B; }

 p { color: rgb(175,78,107); }

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

background-color css

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

 a { background-color: rgb(175,78,107); }

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

border-color css

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

 span { border-color: rgb(175,78,107); }

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