Html Css Color HEX #AF587F Royal Heath

📋 copy color: '#AF587F'

red 175 ◦ green 88 ◦ blue 127

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

Shades of Royal Heath #AF587F

Tints of Royal Heath #AF587F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 44.87%
G = 22.56%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF587F (or 0xAF587F) is known color: Royal Heath. HEX triplet: AF, 58 and 7F. RGB value is (175,88,127). Sum of RGB (Red+Green+Blue) = 175+88+127=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF587F is #50A780. Grayscale: #767676. Windows color (decimal): -5285761 or 8345775. OLE color: 8345775.

HSL color Cylindrical-coordinate representation of color #AF587F: hue angle of 333.1º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF587F is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 127 -
CMYK 0 0.50 0.27 0.31
HSL 333.1º 0.35% 0.52% -
HSV(B) 333.1º 0.5% 0.69% -
XYZ 25 17.63 22.16 -
YUV 118.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 175 88 127 0 0.50 0.27 0.31 333.1 0.35 0.52
Hex AF 58 7F 0 32 1B 1F 14D 23 34
Octal 257 130 177 0 62 33 37 515 43 64
Binary 10101111 1011000 1111111 0 110010 11011 11111 101001101 100011 110100

Color Harmonies of #AF587F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF587F

Black with #AF587F

Text Example


Text Example

White with #AF587F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF587F; }

 p { color: rgb(175,88,127); }

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

background-color css

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

 a { background-color: rgb(175,88,127); }

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

border-color css

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

 span { border-color: rgb(175,88,127); }

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