Html Css Color HEX #AF4A69 Blush

📋 copy color: '#AF4A69'

red 175 ◦ green 74 ◦ blue 105

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

Shades of Blush #AF4A69

Tints of Blush #AF4A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.66%

R = 49.44%
G = 20.9%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#AF4A69 (or 0xAF4A69) is known color: Blush. HEX triplet: AF, 4A and 69. RGB value is (175,74,105). Sum of RGB (Red+Green+Blue) = 175+74+105=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 74 (29.30% from 255 or 20.90% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A69 is #50B596. Grayscale: #6B6B6B. Windows color (decimal): -5289367 or 6900399. OLE color: 6900399.

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

Color convert

RGB 175 74 105 -
CMYK 0 0.58 0.40 0.31
HSL 341.58º 0.41% 0.49% -
HSV(B) 341.58º 0.58% 0.69% -
XYZ 22.68 15.03 15.07 -
YUV 107.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 175 74 105 0 0.58 0.40 0.31 341.58 0.41 0.49
Hex AF 4A 69 0 3A 28 1F 156 29 31
Octal 257 112 151 0 72 50 37 526 51 61
Binary 10101111 1001010 1101001 0 111010 101000 11111 101010110 101001 110001

Color Harmonies of #AF4A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A69

Black with #AF4A69

Text Example


Text Example

White with #AF4A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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