Html Css Color HEX #AF497D Royal Heath

📋 copy color: '#AF497D'

red 175 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #AF497D

Tints of Royal Heath #AF497D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.51%

R = 46.92%
G = 19.57%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF497D (or 0xAF497D) is known color: Royal Heath. HEX triplet: AF, 49 and 7D. RGB value is (175,73,125). Sum of RGB (Red+Green+Blue) = 175+73+125=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF497D is #50B682. Grayscale: #6D6D6D. Windows color (decimal): -5289603 or 8210863. OLE color: 8210863.

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

Color convert

RGB 175 73 125 -
CMYK 0 0.58 0.29 0.31
HSL 329.41º 0.41% 0.49% -
HSV(B) 329.41º 0.58% 0.69% -
XYZ 23.76 15.36 21.11 -
YUV 109.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 175 73 125 0 0.58 0.29 0.31 329.41 0.41 0.49
Hex AF 49 7D 0 3A 1D 1F 149 29 31
Octal 257 111 175 0 72 35 37 511 51 61
Binary 10101111 1001001 1111101 0 111010 11101 11111 101001001 101001 110001

Color Harmonies of #AF497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF497D

Black with #AF497D

Text Example


Text Example

White with #AF497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF497D; }

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

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

background-color css

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

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

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

border-color css

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

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

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