Html Css Color HEX #AF4970 Royal Heath

📋 copy color: '#AF4970'

red 175 ◦ green 73 ◦ blue 112

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

Shades of Royal Heath #AF4970

Tints of Royal Heath #AF4970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 48.61%
G = 20.28%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF4970 (or 0xAF4970) is known color: Royal Heath. HEX triplet: AF, 49 and 70. RGB value is (175,73,112). Sum of RGB (Red+Green+Blue) = 175+73+112=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4970 is #50B68F. Grayscale: #6B6B6B. Windows color (decimal): -5289616 or 7358895. OLE color: 7358895.

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

Color convert

RGB 175 73 112 -
CMYK 0 0.58 0.36 0.31
HSL 337.06º 0.41% 0.49% -
HSV(B) 337.06º 0.58% 0.69% -
XYZ 22.99 15.05 17.02 -
YUV 107.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 175 73 112 0 0.58 0.36 0.31 337.06 0.41 0.49
Hex AF 49 70 0 3A 24 1F 151 29 31
Octal 257 111 160 0 72 44 37 521 51 61
Binary 10101111 1001001 1110000 0 111010 100100 11111 101010001 101001 110001

Color Harmonies of #AF4970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4970

Black with #AF4970

Text Example


Text Example

White with #AF4970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4970; }

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

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

background-color css

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

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

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

border-color css

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

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

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