Html Css Color HEX #AF5175 Royal Heath

📋 copy color: '#AF5175'

red 175 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #AF5175

Tints of Royal Heath #AF5175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.72%

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

R = 46.92%
G = 21.72%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF5175 (or 0xAF5175) is known color: Royal Heath. HEX triplet: AF, 51 and 75. RGB value is (175,81,117). Sum of RGB (Red+Green+Blue) = 175+81+117=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5175 is #50AE8A. Grayscale: #717171. Windows color (decimal): -5287563 or 7688623. OLE color: 7688623.

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

Color convert

RGB 175 81 117 -
CMYK 0 0.54 0.33 0.31
HSL 337.02º 0.37% 0.5% -
HSV(B) 337.02º 0.54% 0.69% -
XYZ 23.83 16.28 18.72 -
YUV 113.21 130.14 172.07 -
System Red Green Blue C M Y K H S L
Decimal 175 81 117 0 0.54 0.33 0.31 337.02 0.37 0.5
Hex AF 51 75 0 36 21 1F 151 25 32
Octal 257 121 165 0 66 41 37 521 45 62
Binary 10101111 1010001 1110101 0 110110 100001 11111 101010001 100101 110010

Color Harmonies of #AF5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5175

Black with #AF5175

Text Example


Text Example

White with #AF5175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5175; }

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

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

background-color css

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

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

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

border-color css

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

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

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