Html Css Color HEX #AF557B Royal Heath

📋 copy color: '#AF557B'

red 175 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #AF557B

Tints of Royal Heath #AF557B

RGB

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

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

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

R = 45.69%
G = 22.19%
B = 32.11%

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

#AF557B (or 0xAF557B) is known color: Royal Heath. HEX triplet: AF, 55 and 7B. RGB value is (175,85,123). Sum of RGB (Red+Green+Blue) = 175+85+123=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF557B is #50AA84. Grayscale: #747474. Windows color (decimal): -5286533 or 8082863. OLE color: 8082863.

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

Color convert

RGB 175 85 123 -
CMYK 0 0.51 0.30 0.31
HSL 334.67º 0.36% 0.51% -
HSV(B) 334.67º 0.51% 0.69% -
XYZ 24.5 17.04 20.74 -
YUV 116.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 175 85 123 0 0.51 0.30 0.31 334.67 0.36 0.51
Hex AF 55 7B 0 33 1E 1F 14F 24 33
Octal 257 125 173 0 63 36 37 517 44 63
Binary 10101111 1010101 1111011 0 110011 11110 11111 101001111 100100 110011

Color Harmonies of #AF557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF557B

Black with #AF557B

Text Example


Text Example

White with #AF557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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