Html Css Color HEX #AF577A Royal Heath

📋 copy color: '#AF577A'

red 175 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #AF577A

Tints of Royal Heath #AF577A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 45.57%
G = 22.66%
B = 31.77%

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

#AF577A (or 0xAF577A) is known color: Royal Heath. HEX triplet: AF, 57 and 7A. RGB value is (175,87,122). Sum of RGB (Red+Green+Blue) = 175+87+122=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF577A is #50A885. Grayscale: #757575. Windows color (decimal): -5286022 or 8017839. OLE color: 8017839.

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

Color convert

RGB 175 87 122 -
CMYK 0 0.50 0.30 0.31
HSL 336.14º 0.35% 0.51% -
HSV(B) 336.14º 0.5% 0.69% -
XYZ 24.6 17.34 20.46 -
YUV 117.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 175 87 122 0 0.50 0.30 0.31 336.14 0.35 0.51
Hex AF 57 7A 0 32 1E 1F 150 23 33
Octal 257 127 172 0 62 36 37 520 43 63
Binary 10101111 1010111 1111010 0 110010 11110 11111 101010000 100011 110011

Color Harmonies of #AF577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF577A

Black with #AF577A

Text Example


Text Example

White with #AF577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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