Html Css Color HEX #AF5270 Royal Heath

📋 copy color: '#AF5270'

red 175 ◦ green 82 ◦ blue 112

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

Shades of Royal Heath #AF5270

Tints of Royal Heath #AF5270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.35%

R = 47.43%
G = 22.22%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF5270 (or 0xAF5270) is known color: Royal Heath. HEX triplet: AF, 52 and 70. RGB value is (175,82,112). Sum of RGB (Red+Green+Blue) = 175+82+112=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5270 is #50AD8F. Grayscale: #717171. Windows color (decimal): -5287312 or 7361199. OLE color: 7361199.

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

Color convert

RGB 175 82 112 -
CMYK 0 0.53 0.36 0.31
HSL 340.65º 0.37% 0.5% -
HSV(B) 340.65º 0.53% 0.69% -
XYZ 23.62 16.32 17.23 -
YUV 113.23 127.31 172.06 -
System Red Green Blue C M Y K H S L
Decimal 175 82 112 0 0.53 0.36 0.31 340.65 0.37 0.5
Hex AF 52 70 0 35 24 1F 155 25 32
Octal 257 122 160 0 65 44 37 525 45 62
Binary 10101111 1010010 1110000 0 110101 100100 11111 101010101 100101 110010

Color Harmonies of #AF5270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5270

Black with #AF5270

Text Example


Text Example

White with #AF5270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5270; }

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

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

background-color css

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

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

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

border-color css

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

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

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