Html Css Color HEX #AF547C Royal Heath

📋 copy color: '#AF547C'

red 175 ◦ green 84 ◦ blue 124

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

Shades of Royal Heath #AF547C

Tints of Royal Heath #AF547C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.38%

R = 45.69%
G = 21.93%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF547C (or 0xAF547C) is known color: Royal Heath. HEX triplet: AF, 54 and 7C. RGB value is (175,84,124). Sum of RGB (Red+Green+Blue) = 175+84+124=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF547C is #50AB83. Grayscale: #737373. Windows color (decimal): -5286788 or 8148143. OLE color: 8148143.

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

Color convert

RGB 175 84 124 -
CMYK 0 0.52 0.29 0.31
HSL 333.63º 0.36% 0.51% -
HSV(B) 333.63º 0.52% 0.69% -
XYZ 24.49 16.91 21.04 -
YUV 115.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 175 84 124 0 0.52 0.29 0.31 333.63 0.36 0.51
Hex AF 54 7C 0 34 1D 1F 14E 24 33
Octal 257 124 174 0 64 35 37 516 44 63
Binary 10101111 1010100 1111100 0 110100 11101 11111 101001110 100100 110011

Color Harmonies of #AF547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF547C

Black with #AF547C

Text Example


Text Example

White with #AF547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF547C; }

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

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

background-color css

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

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

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

border-color css

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

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

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