Html Css Color HEX #AF547E Royal Heath

📋 copy color: '#AF547E'

red 175 ◦ green 84 ◦ blue 126

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

Shades of Royal Heath #AF547E

Tints of Royal Heath #AF547E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 45.45%
G = 21.82%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF547E (or 0xAF547E) is known color: Royal Heath. HEX triplet: AF, 54 and 7E. RGB value is (175,84,126). Sum of RGB (Red+Green+Blue) = 175+84+126=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF547E is #50AB81. Grayscale: #737373. Windows color (decimal): -5286786 or 8279215. OLE color: 8279215.

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

Color convert

RGB 175 84 126 -
CMYK 0 0.52 0.28 0.31
HSL 332.31º 0.36% 0.51% -
HSV(B) 332.31º 0.52% 0.69% -
XYZ 24.62 16.96 21.72 -
YUV 116 133.65 170.08 -
System Red Green Blue C M Y K H S L
Decimal 175 84 126 0 0.52 0.28 0.31 332.31 0.36 0.51
Hex AF 54 7E 0 34 1C 1F 14C 24 33
Octal 257 124 176 0 64 34 37 514 44 63
Binary 10101111 1010100 1111110 0 110100 11100 11111 101001100 100100 110011

Color Harmonies of #AF547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF547E

Black with #AF547E

Text Example


Text Example

White with #AF547E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF547E; }

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

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

background-color css

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

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

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

border-color css

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

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

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