Html Css Color HEX #AF547B Royal Heath

📋 copy color: '#AF547B'

red 175 ◦ green 84 ◦ blue 123

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

Shades of Royal Heath #AF547B

Tints of Royal Heath #AF547B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 45.81%
G = 21.99%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF547B (or 0xAF547B) is known color: Royal Heath. HEX triplet: AF, 54 and 7B. RGB value is (175,84,123). Sum of RGB (Red+Green+Blue) = 175+84+123=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF547B is #50AB84. Grayscale: #737373. Windows color (decimal): -5286789 or 8082607. OLE color: 8082607.

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

Color convert

RGB 175 84 123 -
CMYK 0 0.52 0.30 0.31
HSL 334.29º 0.36% 0.51% -
HSV(B) 334.29º 0.52% 0.69% -
XYZ 24.42 16.88 20.71 -
YUV 115.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 175 84 123 0 0.52 0.30 0.31 334.29 0.36 0.51
Hex AF 54 7B 0 34 1E 1F 14E 24 33
Octal 257 124 173 0 64 36 37 516 44 63
Binary 10101111 1010100 1111011 0 110100 11110 11111 101001110 100100 110011

Color Harmonies of #AF547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF547B

Black with #AF547B

Text Example


Text Example

White with #AF547B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF547B; }

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

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

background-color css

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

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

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

border-color css

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

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

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