Html Css Color HEX #AF557C Royal Heath

📋 copy color: '#AF557C'

red 175 ◦ green 85 ◦ blue 124

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

Shades of Royal Heath #AF557C

Tints of Royal Heath #AF557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.14%

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

R = 45.57%
G = 22.14%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF557C (or 0xAF557C) is known color: Royal Heath. HEX triplet: AF, 55 and 7C. RGB value is (175,85,124). Sum of RGB (Red+Green+Blue) = 175+85+124=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF557C is #50AA83. Grayscale: #747474. Windows color (decimal): -5286532 or 8148399. OLE color: 8148399.

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

Color convert

RGB 175 85 124 -
CMYK 0 0.51 0.29 0.31
HSL 334º 0.36% 0.51% -
HSV(B) 334º 0.51% 0.69% -
XYZ 24.57 17.07 21.07 -
YUV 116.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 175 85 124 0 0.51 0.29 0.31 334 0.36 0.51
Hex AF 55 7C 0 33 1D 1F 14E 24 33
Octal 257 125 174 0 63 35 37 516 44 63
Binary 10101111 1010101 1111100 0 110011 11101 11111 101001110 100100 110011

Color Harmonies of #AF557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF557C

Black with #AF557C

Text Example


Text Example

White with #AF557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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