Html Css Color HEX #AF4E6A Blush

📋 copy color: '#AF4E6A'

red 175 ◦ green 78 ◦ blue 106

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

Shades of Blush #AF4E6A

Tints of Blush #AF4E6A

RGB

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

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

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

R = 48.75%
G = 21.73%
B = 29.53%

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

#AF4E6A (or 0xAF4E6A) is known color: Blush. HEX triplet: AF, 4E and 6A. RGB value is (175,78,106). Sum of RGB (Red+Green+Blue) = 175+78+106=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E6A is #50B195. Grayscale: #6E6E6E. Windows color (decimal): -5288342 or 6966959. OLE color: 6966959.

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

Color convert

RGB 175 78 106 -
CMYK 0 0.55 0.39 0.31
HSL 342.68º 0.38% 0.5% -
HSV(B) 342.68º 0.55% 0.69% -
XYZ 23.01 15.6 15.43 -
YUV 110.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 175 78 106 0 0.55 0.39 0.31 342.68 0.38 0.5
Hex AF 4E 6A 0 37 27 1F 157 26 32
Octal 257 116 152 0 67 47 37 527 46 62
Binary 10101111 1001110 1101010 0 110111 100111 11111 101010111 100110 110010

Color Harmonies of #AF4E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E6A

Black with #AF4E6A

Text Example


Text Example

White with #AF4E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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