Html Css Color HEX #AF5873 Royal Heath

📋 copy color: '#AF5873'

red 175 ◦ green 88 ◦ blue 115

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

Shades of Royal Heath #AF5873

Tints of Royal Heath #AF5873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 46.3%
G = 23.28%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5873 (or 0xAF5873) is known color: Royal Heath. HEX triplet: AF, 58 and 73. RGB value is (175,88,115). Sum of RGB (Red+Green+Blue) = 175+88+115=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5873 is #50A78C. Grayscale: #757575. Windows color (decimal): -5285773 or 7559343. OLE color: 7559343.

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

Color convert

RGB 175 88 115 -
CMYK 0 0.50 0.34 0.31
HSL 341.38º 0.35% 0.52% -
HSV(B) 341.38º 0.5% 0.69% -
XYZ 24.26 17.33 18.29 -
YUV 117.09 126.82 169.3 -
System Red Green Blue C M Y K H S L
Decimal 175 88 115 0 0.50 0.34 0.31 341.38 0.35 0.52
Hex AF 58 73 0 32 22 1F 155 23 34
Octal 257 130 163 0 62 42 37 525 43 64
Binary 10101111 1011000 1110011 0 110010 100010 11111 101010101 100011 110100

Color Harmonies of #AF5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5873

Black with #AF5873

Text Example


Text Example

White with #AF5873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5873; }

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

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

background-color css

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

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

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

border-color css

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

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

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