Html Css Color HEX #AF557A Royal Heath

📋 copy color: '#AF557A'

red 175 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #AF557A

Tints of Royal Heath #AF557A

RGB

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

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

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

R = 45.81%
G = 22.25%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF557A (or 0xAF557A) is known color: Royal Heath. HEX triplet: AF, 55 and 7A. RGB value is (175,85,122). Sum of RGB (Red+Green+Blue) = 175+85+122=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF557A is #50AA85. Grayscale: #747474. Windows color (decimal): -5286534 or 8017327. OLE color: 8017327.

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

Color convert

RGB 175 85 122 -
CMYK 0 0.51 0.30 0.31
HSL 335.33º 0.36% 0.51% -
HSV(B) 335.33º 0.51% 0.69% -
XYZ 24.44 17.02 20.41 -
YUV 116.13 131.32 169.99 -
System Red Green Blue C M Y K H S L
Decimal 175 85 122 0 0.51 0.30 0.31 335.33 0.36 0.51
Hex AF 55 7A 0 33 1E 1F 14F 24 33
Octal 257 125 172 0 63 36 37 517 44 63
Binary 10101111 1010101 1111010 0 110011 11110 11111 101001111 100100 110011

Color Harmonies of #AF557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF557A

Black with #AF557A

Text Example


Text Example

White with #AF557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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