Html Css Color HEX #AF577B Royal Heath

📋 copy color: '#AF577B'

red 175 ◦ green 87 ◦ blue 123

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

Shades of Royal Heath #AF577B

Tints of Royal Heath #AF577B

RGB

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

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

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

R = 45.45%
G = 22.6%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF577B (or 0xAF577B) is known color: Royal Heath. HEX triplet: AF, 57 and 7B. RGB value is (175,87,123). Sum of RGB (Red+Green+Blue) = 175+87+123=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF577B is #50A884. Grayscale: #757575. Windows color (decimal): -5286021 or 8083375. OLE color: 8083375.

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

Color convert

RGB 175 87 123 -
CMYK 0 0.50 0.30 0.31
HSL 335.45º 0.35% 0.51% -
HSV(B) 335.45º 0.5% 0.69% -
XYZ 24.66 17.36 20.79 -
YUV 117.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 175 87 123 0 0.50 0.30 0.31 335.45 0.35 0.51
Hex AF 57 7B 0 32 1E 1F 14F 23 33
Octal 257 127 173 0 62 36 37 517 43 63
Binary 10101111 1010111 1111011 0 110010 11110 11111 101001111 100011 110011

Color Harmonies of #AF577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF577B

Black with #AF577B

Text Example


Text Example

White with #AF577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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