Html Css Color HEX #AF557E Royal Heath

📋 copy color: '#AF557E'

red 175 ◦ green 85 ◦ blue 126

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

Shades of Royal Heath #AF557E

Tints of Royal Heath #AF557E

RGB

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

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

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

R = 45.34%
G = 22.02%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF557E (or 0xAF557E) is known color: Royal Heath. HEX triplet: AF, 55 and 7E. RGB value is (175,85,126). Sum of RGB (Red+Green+Blue) = 175+85+126=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF557E is #50AA81. Grayscale: #747474. Windows color (decimal): -5286530 or 8279471. OLE color: 8279471.

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

Color convert

RGB 175 85 126 -
CMYK 0 0.51 0.28 0.31
HSL 332.67º 0.36% 0.51% -
HSV(B) 332.67º 0.51% 0.69% -
XYZ 24.69 17.12 21.74 -
YUV 116.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 175 85 126 0 0.51 0.28 0.31 332.67 0.36 0.51
Hex AF 55 7E 0 33 1C 1F 14D 24 33
Octal 257 125 176 0 63 34 37 515 44 63
Binary 10101111 1010101 1111110 0 110011 11100 11111 101001101 100100 110011

Color Harmonies of #AF557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF557E

Black with #AF557E

Text Example


Text Example

White with #AF557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF557E; }

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

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

background-color css

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

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

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

border-color css

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

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

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