Html Css Color HEX #AF4A67 Blush

📋 copy color: '#AF4A67'

red 175 ◦ green 74 ◦ blue 103

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

Shades of Blush #AF4A67

Tints of Blush #AF4A67

RGB

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

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

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

R = 49.72%
G = 21.02%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#AF4A67 (or 0xAF4A67) is known color: Blush. HEX triplet: AF, 4A and 67. RGB value is (175,74,103). Sum of RGB (Red+Green+Blue) = 175+74+103=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A67 is #50B598. Grayscale: #6B6B6B. Windows color (decimal): -5289369 or 6769327. OLE color: 6769327.

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

Color convert

RGB 175 74 103 -
CMYK 0 0.58 0.41 0.31
HSL 342.77º 0.41% 0.49% -
HSV(B) 342.77º 0.58% 0.69% -
XYZ 22.58 14.99 14.54 -
YUV 107.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 175 74 103 0 0.58 0.41 0.31 342.77 0.41 0.49
Hex AF 4A 67 0 3A 29 1F 157 29 31
Octal 257 112 147 0 72 51 37 527 51 61
Binary 10101111 1001010 1100111 0 111010 101001 11111 101010111 101001 110001

Color Harmonies of #AF4A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A67

Black with #AF4A67

Text Example


Text Example

White with #AF4A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A67; }

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

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

background-color css

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

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

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

border-color css

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

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

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