Html Css Color HEX #AF4579 Royal Heath

📋 copy color: '#AF4579'

red 175 ◦ green 69 ◦ blue 121

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

Shades of Royal Heath #AF4579

Tints of Royal Heath #AF4579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

 BLUE value IS 121 (47.66% from 255) = 33.15%

R = 47.95%
G = 18.9%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF4579 (or 0xAF4579) is known color: Royal Heath. HEX triplet: AF, 45 and 79. RGB value is (175,69,121). Sum of RGB (Red+Green+Blue) = 175+69+121=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4579 is #50BA86. Grayscale: #6A6A6A. Windows color (decimal): -5290631 or 7947695. OLE color: 7947695.

HSL color Cylindrical-coordinate representation of color #AF4579: hue angle of 330.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF4579 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 121 -
CMYK 0 0.61 0.31 0.31
HSL 330.57º 0.43% 0.48% -
HSV(B) 330.57º 0.61% 0.69% -
XYZ 23.26 14.75 19.71 -
YUV 106.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 175 69 121 0 0.61 0.31 0.31 330.57 0.43 0.48
Hex AF 45 79 0 3D 1F 1F 14B 2B 30
Octal 257 105 171 0 75 37 37 513 53 60
Binary 10101111 1000101 1111001 0 111101 11111 11111 101001011 101011 110000

Color Harmonies of #AF4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4579

Black with #AF4579

Text Example


Text Example

White with #AF4579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4579; }

 p { color: rgb(175,69,121); }

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

background-color css

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

 a { background-color: rgb(175,69,121); }

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

border-color css

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

 span { border-color: rgb(175,69,121); }

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