Html Css Color HEX #AF506A Blush

📋 copy color: '#AF506A'

red 175 ◦ green 80 ◦ blue 106

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

Shades of Blush #AF506A

Tints of Blush #AF506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

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

R = 48.48%
G = 22.16%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#AF506A (or 0xAF506A) is known color: Blush. HEX triplet: AF, 50 and 6A. RGB value is (175,80,106). Sum of RGB (Red+Green+Blue) = 175+80+106=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF506A is #50AF95. Grayscale: #6F6F6F. Windows color (decimal): -5287830 or 6967471. OLE color: 6967471.

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

Color convert

RGB 175 80 106 -
CMYK 0 0.54 0.39 0.31
HSL 343.58º 0.37% 0.5% -
HSV(B) 343.58º 0.54% 0.69% -
XYZ 23.15 15.89 15.48 -
YUV 111.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 175 80 106 0 0.54 0.39 0.31 343.58 0.37 0.5
Hex AF 50 6A 0 36 27 1F 158 25 32
Octal 257 120 152 0 66 47 37 530 45 62
Binary 10101111 1010000 1101010 0 110110 100111 11111 101011000 100101 110010

Color Harmonies of #AF506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF506A

Black with #AF506A

Text Example


Text Example

White with #AF506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF506A; }

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

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

background-color css

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

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

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

border-color css

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

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

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