Html Css Color HEX #AF5275 Royal Heath

📋 copy color: '#AF5275'

red 175 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #AF5275

Tints of Royal Heath #AF5275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

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

R = 46.79%
G = 21.93%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF5275 (or 0xAF5275) is known color: Royal Heath. HEX triplet: AF, 52 and 75. RGB value is (175,82,117). Sum of RGB (Red+Green+Blue) = 175+82+117=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5275 is #50AD8A. Grayscale: #717171. Windows color (decimal): -5287307 or 7688879. OLE color: 7688879.

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

Color convert

RGB 175 82 117 -
CMYK 0 0.53 0.33 0.31
HSL 337.42º 0.37% 0.5% -
HSV(B) 337.42º 0.53% 0.69% -
XYZ 23.91 16.43 18.74 -
YUV 113.8 129.81 171.65 -
System Red Green Blue C M Y K H S L
Decimal 175 82 117 0 0.53 0.33 0.31 337.42 0.37 0.5
Hex AF 52 75 0 35 21 1F 151 25 32
Octal 257 122 165 0 65 41 37 521 45 62
Binary 10101111 1010010 1110101 0 110101 100001 11111 101010001 100101 110010

Color Harmonies of #AF5275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5275

Black with #AF5275

Text Example


Text Example

White with #AF5275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5275; }

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

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

background-color css

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

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

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

border-color css

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

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

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