Html Css Color HEX #AF587E Royal Heath

📋 copy color: '#AF587E'

red 175 ◦ green 88 ◦ blue 126

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

Shades of Royal Heath #AF587E

Tints of Royal Heath #AF587E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.39%

R = 44.99%
G = 22.62%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF587E (or 0xAF587E) is known color: Royal Heath. HEX triplet: AF, 58 and 7E. RGB value is (175,88,126). Sum of RGB (Red+Green+Blue) = 175+88+126=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF587E is #50A781. Grayscale: #767676. Windows color (decimal): -5285762 or 8280239. OLE color: 8280239.

HSL color Cylindrical-coordinate representation of color #AF587E: hue angle of 333.79º 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 #AF587E is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 88 126 -
CMYK 0 0.50 0.28 0.31
HSL 333.79º 0.35% 0.52% -
HSV(B) 333.79º 0.5% 0.69% -
XYZ 24.93 17.6 21.82 -
YUV 118.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 175 88 126 0 0.50 0.28 0.31 333.79 0.35 0.52
Hex AF 58 7E 0 32 1C 1F 14E 23 34
Octal 257 130 176 0 62 34 37 516 43 64
Binary 10101111 1011000 1111110 0 110010 11100 11111 101001110 100011 110100

Color Harmonies of #AF587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF587E

Black with #AF587E

Text Example


Text Example

White with #AF587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF587E; }

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

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

background-color css

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

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

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

border-color css

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

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

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