Html Css Color HEX #AF6778 Turkish Rose

📋 copy color: '#AF6778'

red 175 ◦ green 103 ◦ blue 120

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

Shades of Turkish Rose #AF6778

Tints of Turkish Rose #AF6778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.88%

 BLUE value IS 120 (47.27% from 255) = 30.15%

R = 43.97%
G = 25.88%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF6778 (or 0xAF6778) is known color: Turkish Rose. HEX triplet: AF, 67 and 78. RGB value is (175,103,120). Sum of RGB (Red+Green+Blue) = 175+103+120=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6778 is #509887. Grayscale: #7E7E7E. Windows color (decimal): -5281928 or 7890863. OLE color: 7890863.

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

Color convert

RGB 175 103 120 -
CMYK 0 0.41 0.31 0.31
HSL 345.83º 0.31% 0.55% -
HSV(B) 345.83º 0.41% 0.69% -
XYZ 25.92 20.17 20.3 -
YUV 126.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 175 103 120 0 0.41 0.31 0.31 345.83 0.31 0.55
Hex AF 67 78 0 29 1F 1F 15A 1F 37
Octal 257 147 170 0 51 37 37 532 37 67
Binary 10101111 1100111 1111000 0 101001 11111 11111 101011010 11111 110111

Color Harmonies of #AF6778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6778

Black with #AF6778

Text Example


Text Example

White with #AF6778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6778; }

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

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

background-color css

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

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

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

border-color css

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

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

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