Html Css Color HEX #AF587B Royal Heath

📋 copy color: '#AF587B'

red 175 ◦ green 88 ◦ blue 123

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

Shades of Royal Heath #AF587B

Tints of Royal Heath #AF587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 45.34%
G = 22.8%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF587B (or 0xAF587B) is known color: Royal Heath. HEX triplet: AF, 58 and 7B. RGB value is (175,88,123). Sum of RGB (Red+Green+Blue) = 175+88+123=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF587B is #50A784. Grayscale: #757575. Windows color (decimal): -5285765 or 8083631. OLE color: 8083631.

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

Color convert

RGB 175 88 123 -
CMYK 0 0.50 0.30 0.31
HSL 335.86º 0.35% 0.52% -
HSV(B) 335.86º 0.5% 0.69% -
XYZ 24.74 17.52 20.82 -
YUV 118 130.82 168.65 -
System Red Green Blue C M Y K H S L
Decimal 175 88 123 0 0.50 0.30 0.31 335.86 0.35 0.52
Hex AF 58 7B 0 32 1E 1F 150 23 34
Octal 257 130 173 0 62 36 37 520 43 64
Binary 10101111 1011000 1111011 0 110010 11110 11111 101010000 100011 110100

Color Harmonies of #AF587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF587B

Black with #AF587B

Text Example


Text Example

White with #AF587B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF587B; }

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

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

background-color css

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

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

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

border-color css

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

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

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