#AF4B6A

Color #AF4B6A Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #AF4B6A

Tints of Blush #AF4B6A

Color information

#AF4B6A (or 0xAF4B6A) is unknown color: approx Blush. HEX triplet: AF, 4B and 6A. RGB value is (175,75,106). Sum of RGB (Red+Green+Blue) = 175+75+106=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4B6A is #50B495. Grayscale: #6C6C6C. Windows color (decimal): -5289110 or 6966191. OLE color: 6966191.

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

Color convert

RGB17575106-
CMYK00.570.390.31
HSL341.4º40%49.02%-
HSV(B)341.4º57.14%68.63%-
XYZ22.815.1915.37-
YUV108.43126.63175.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.16%
GREEN value IS 75 (29.69% from 255) = 21.07%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=49.16%
G=21.07%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1757510600.570.390.31341.44049.02
HexAF4B6A039271F1552831
Octal25711315207147375255061
Binary1010111110010111101010011100110011111111101010101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4B6A; }

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

 H1.HeaderClassName
 {
   color: #AF4B6A;
 }
 .AnyTagClassName
 {
   color: #AF4B6A;
 }
</style>
background-color css

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

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

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

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

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

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