Html Css Color HEX #AF497B Royal Heath

📋 copy color: '#AF497B'

red 175 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #AF497B

Tints of Royal Heath #AF497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.68%

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

R = 47.17%
G = 19.68%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF497B (or 0xAF497B) is known color: Royal Heath. HEX triplet: AF, 49 and 7B. RGB value is (175,73,123). Sum of RGB (Red+Green+Blue) = 175+73+123=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF497B is #50B684. Grayscale: #6D6D6D. Windows color (decimal): -5289605 or 8079791. OLE color: 8079791.

HSL color Cylindrical-coordinate representation of color #AF497B: hue angle of 330.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF497B is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 73 123 -
CMYK 0 0.58 0.30 0.31
HSL 330.59º 0.41% 0.49% -
HSV(B) 330.59º 0.58% 0.69% -
XYZ 23.64 15.31 20.45 -
YUV 109.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 175 73 123 0 0.58 0.30 0.31 330.59 0.41 0.49
Hex AF 49 7B 0 3A 1E 1F 14B 29 31
Octal 257 111 173 0 72 36 37 513 51 61
Binary 10101111 1001001 1111011 0 111010 11110 11111 101001011 101001 110001

Color Harmonies of #AF497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF497B

Black with #AF497B

Text Example


Text Example

White with #AF497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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