Html Css Color HEX #AF4E67 Blush

📋 copy color: '#AF4E67'

red 175 ◦ green 78 ◦ blue 103

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

Shades of Blush #AF4E67

Tints of Blush #AF4E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.93%

R = 49.16%
G = 21.91%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF4E67 (or 0xAF4E67) is known color: Blush. HEX triplet: AF, 4E and 67. RGB value is (175,78,103). Sum of RGB (Red+Green+Blue) = 175+78+103=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E67 is #50B198. Grayscale: #6D6D6D. Windows color (decimal): -5288345 or 6770351. OLE color: 6770351.

HSL color Cylindrical-coordinate representation of color #AF4E67: hue angle of 344.54º 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 #AF4E67 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 103 -
CMYK 0 0.55 0.41 0.31
HSL 344.54º 0.38% 0.5% -
HSV(B) 344.54º 0.55% 0.69% -
XYZ 22.85 15.54 14.63 -
YUV 109.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 175 78 103 0 0.55 0.41 0.31 344.54 0.38 0.5
Hex AF 4E 67 0 37 29 1F 159 26 32
Octal 257 116 147 0 67 51 37 531 46 62
Binary 10101111 1001110 1100111 0 110111 101001 11111 101011001 100110 110010

Color Harmonies of #AF4E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E67

Black with #AF4E67

Text Example


Text Example

White with #AF4E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E67; }

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

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

background-color css

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

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

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

border-color css

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

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

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