Html Css Color HEX #AF577D Royal Heath

📋 copy color: '#AF577D'

red 175 ◦ green 87 ◦ blue 125

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

Shades of Royal Heath #AF577D

Tints of Royal Heath #AF577D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.48%

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

R = 45.22%
G = 22.48%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF577D (or 0xAF577D) is known color: Royal Heath. HEX triplet: AF, 57 and 7D. RGB value is (175,87,125). Sum of RGB (Red+Green+Blue) = 175+87+125=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF577D is #50A882. Grayscale: #757575. Windows color (decimal): -5286019 or 8214447. OLE color: 8214447.

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

Color convert

RGB 175 87 125 -
CMYK 0 0.50 0.29 0.31
HSL 334.09º 0.35% 0.51% -
HSV(B) 334.09º 0.5% 0.69% -
XYZ 24.79 17.41 21.46 -
YUV 117.64 132.15 168.91 -
System Red Green Blue C M Y K H S L
Decimal 175 87 125 0 0.50 0.29 0.31 334.09 0.35 0.51
Hex AF 57 7D 0 32 1D 1F 14E 23 33
Octal 257 127 175 0 62 35 37 516 43 63
Binary 10101111 1010111 1111101 0 110010 11101 11111 101001110 100011 110011

Color Harmonies of #AF577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF577D

Black with #AF577D

Text Example


Text Example

White with #AF577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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