#AF6678

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

Shades of Turkish Rose #AF6678

Tints of Turkish Rose #AF6678

Color information

#AF6678 (or 0xAF6678) is unknown color: approx Turkish Rose. HEX triplet: AF, 66 and 78. RGB value is (175,102,120). Sum of RGB (Red+Green+Blue) = 175+102+120=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6678 is #509987. Grayscale: #7D7D7D. Windows color (decimal): -5282184 or 7890607. OLE color: 7890607.

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

Color convert

RGB175102120-
CMYK00.420.310.31
HSL345.21º31.33%54.31%-
HSV(B)345.21º41.71%68.63%-
XYZ25.8219.9720.26-
YUV125.88124.68163.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 102 (40.23% from 255) = 25.69%
BLUE value IS 120 (47.27% from 255) = 30.23%
R=44.08%
G=25.69%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17510212000.420.310.31345.2131.3354.31
HexAF667802A1F1F1591f36
Octal25714617005237375313766
Binary10101111110011011110000101010111111111110101100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6678; }

 p { color: rgb(175,102,120); }

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

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

 a { background-color: rgb(175,102,120); }

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

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

 span { border-color: rgb(175,102,120); }

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