Html Css Color HEX #AF6477 Turkish Rose

📋 copy color: '#AF6477'

red 175 ◦ green 100 ◦ blue 119

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

Shades of Turkish Rose #AF6477

Tints of Turkish Rose #AF6477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 44.42%
G = 25.38%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF6477 (or 0xAF6477) is known color: Turkish Rose. HEX triplet: AF, 64 and 77. RGB value is (175,100,119). Sum of RGB (Red+Green+Blue) = 175+100+119=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF6477 is #509B88. Grayscale: #7C7C7C. Windows color (decimal): -5282697 or 7824559. OLE color: 7824559.

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

Color convert

RGB 175 100 119 -
CMYK 0 0.43 0.32 0.31
HSL 344.8º 0.32% 0.54% -
HSV(B) 344.8º 0.43% 0.69% -
XYZ 25.57 19.56 19.88 -
YUV 124.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 175 100 119 0 0.43 0.32 0.31 344.8 0.32 0.54
Hex AF 64 77 0 2B 20 1F 159 20 36
Octal 257 144 167 0 53 40 37 531 40 66
Binary 10101111 1100100 1110111 0 101011 100000 11111 101011001 100000 110110

Color Harmonies of #AF6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6477

Black with #AF6477

Text Example


Text Example

White with #AF6477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6477; }

 p { color: rgb(175,100,119); }

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

background-color css

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

 a { background-color: rgb(175,100,119); }

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

border-color css

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

 span { border-color: rgb(175,100,119); }

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