Html Css Color HEX #AF557D Royal Heath

📋 copy color: '#AF557D'

red 175 ◦ green 85 ◦ blue 125

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

Shades of Royal Heath #AF557D

Tints of Royal Heath #AF557D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.47%

R = 45.45%
G = 22.08%
B = 32.47%

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

#AF557D (or 0xAF557D) is known color: Royal Heath. HEX triplet: AF, 55 and 7D. RGB value is (175,85,125). Sum of RGB (Red+Green+Blue) = 175+85+125=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF557D is #50AA82. Grayscale: #747474. Windows color (decimal): -5286531 or 8213935. OLE color: 8213935.

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

Color convert

RGB 175 85 125 -
CMYK 0 0.51 0.29 0.31
HSL 333.33º 0.36% 0.51% -
HSV(B) 333.33º 0.51% 0.69% -
XYZ 24.63 17.09 21.4 -
YUV 116.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 175 85 125 0 0.51 0.29 0.31 333.33 0.36 0.51
Hex AF 55 7D 0 33 1D 1F 14D 24 33
Octal 257 125 175 0 63 35 37 515 44 63
Binary 10101111 1010101 1111101 0 110011 11101 11111 101001101 100100 110011

Color Harmonies of #AF557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF557D

Black with #AF557D

Text Example


Text Example

White with #AF557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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