Html Css Color HEX #AF547F Royal Heath

📋 copy color: '#AF547F'

red 175 ◦ green 84 ◦ blue 127

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

Shades of Royal Heath #AF547F

Tints of Royal Heath #AF547F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.76%

 BLUE value IS 127 (50% from 255) = 32.9%

R = 45.34%
G = 21.76%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF547F (or 0xAF547F) is known color: Royal Heath. HEX triplet: AF, 54 and 7F. RGB value is (175,84,127). Sum of RGB (Red+Green+Blue) = 175+84+127=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF547F is #50AB80. Grayscale: #747474. Windows color (decimal): -5286785 or 8344751. OLE color: 8344751.

HSL color Cylindrical-coordinate representation of color #AF547F: hue angle of 331.65º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF547F is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 84 127 -
CMYK 0 0.52 0.27 0.31
HSL 331.65º 0.36% 0.51% -
HSV(B) 331.65º 0.52% 0.69% -
XYZ 24.68 16.99 22.06 -
YUV 116.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 175 84 127 0 0.52 0.27 0.31 331.65 0.36 0.51
Hex AF 54 7F 0 34 1B 1F 14C 24 33
Octal 257 124 177 0 64 33 37 514 44 63
Binary 10101111 1010100 1111111 0 110100 11011 11111 101001100 100100 110011

Color Harmonies of #AF547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF547F

Black with #AF547F

Text Example


Text Example

White with #AF547F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF547F; }

 p { color: rgb(175,84,127); }

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

background-color css

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

 a { background-color: rgb(175,84,127); }

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

border-color css

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

 span { border-color: rgb(175,84,127); }

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