Html Css Color HEX #AF5575 Royal Heath

📋 copy color: '#AF5575'

red 175 ◦ green 85 ◦ blue 117

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

Shades of Royal Heath #AF5575

Tints of Royal Heath #AF5575

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.55%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 46.42%
G = 22.55%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF5575 (or 0xAF5575) is known color: Royal Heath. HEX triplet: AF, 55 and 75. RGB value is (175,85,117). Sum of RGB (Red+Green+Blue) = 175+85+117=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5575 is #50AA8A. Grayscale: #737373. Windows color (decimal): -5286539 or 7689647. OLE color: 7689647.

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

Color convert

RGB 175 85 117 -
CMYK 0 0.51 0.33 0.31
HSL 338.67º 0.36% 0.51% -
HSV(B) 338.67º 0.51% 0.69% -
XYZ 24.14 16.9 18.82 -
YUV 115.56 128.82 170.4 -
System Red Green Blue C M Y K H S L
Decimal 175 85 117 0 0.51 0.33 0.31 338.67 0.36 0.51
Hex AF 55 75 0 33 21 1F 153 24 33
Octal 257 125 165 0 63 41 37 523 44 63
Binary 10101111 1010101 1110101 0 110011 100001 11111 101010011 100100 110011

Color Harmonies of #AF5575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5575

Black with #AF5575

Text Example


Text Example

White with #AF5575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5575; }

 p { color: rgb(175,85,117); }

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

background-color css

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

 a { background-color: rgb(175,85,117); }

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

border-color css

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

 span { border-color: rgb(175,85,117); }

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