Html Css Color HEX #AF4972 Royal Heath

📋 copy color: '#AF4972'

red 175 ◦ green 73 ◦ blue 114

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

Shades of Royal Heath #AF4972

Tints of Royal Heath #AF4972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 48.34%
G = 20.17%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF4972 (or 0xAF4972) is known color: Royal Heath. HEX triplet: AF, 49 and 72. RGB value is (175,73,114). Sum of RGB (Red+Green+Blue) = 175+73+114=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4972 is #50B68D. Grayscale: #6C6C6C. Windows color (decimal): -5289614 or 7489967. OLE color: 7489967.

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

Color convert

RGB 175 73 114 -
CMYK 0 0.58 0.35 0.31
HSL 335.88º 0.41% 0.49% -
HSV(B) 335.88º 0.58% 0.69% -
XYZ 23.1 15.09 17.62 -
YUV 108.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 175 73 114 0 0.58 0.35 0.31 335.88 0.41 0.49
Hex AF 49 72 0 3A 23 1F 150 29 31
Octal 257 111 162 0 72 43 37 520 51 61
Binary 10101111 1001001 1110010 0 111010 100011 11111 101010000 101001 110001

Color Harmonies of #AF4972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4972

Black with #AF4972

Text Example


Text Example

White with #AF4972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4972; }

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

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

background-color css

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

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

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

border-color css

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

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

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