Html Css Color HEX #AF5479 Royal Heath

📋 copy color: '#AF5479'

red 175 ◦ green 84 ◦ blue 121

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

Shades of Royal Heath #AF5479

Tints of Royal Heath #AF5479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.11%

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

R = 46.05%
G = 22.11%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF5479 (or 0xAF5479) is known color: Royal Heath. HEX triplet: AF, 54 and 79. RGB value is (175,84,121). Sum of RGB (Red+Green+Blue) = 175+84+121=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5479 is #50AB86. Grayscale: #737373. Windows color (decimal): -5286791 or 7951535. OLE color: 7951535.

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

Color convert

RGB 175 84 121 -
CMYK 0 0.52 0.31 0.31
HSL 335.6º 0.36% 0.51% -
HSV(B) 335.6º 0.52% 0.69% -
XYZ 24.3 16.84 20.06 -
YUV 115.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 175 84 121 0 0.52 0.31 0.31 335.6 0.36 0.51
Hex AF 54 79 0 34 1F 1F 150 24 33
Octal 257 124 171 0 64 37 37 520 44 63
Binary 10101111 1010100 1111001 0 110100 11111 11111 101010000 100100 110011

Color Harmonies of #AF5479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5479

Black with #AF5479

Text Example


Text Example

White with #AF5479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5479; }

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

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

background-color css

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

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

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

border-color css

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

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

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