Html Css Color HEX #AF5474 Royal Heath

📋 copy color: '#AF5474'

red 175 ◦ green 84 ◦ blue 116

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

Shades of Royal Heath #AF5474

Tints of Royal Heath #AF5474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 46.67%
G = 22.4%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF5474 (or 0xAF5474) is known color: Royal Heath. HEX triplet: AF, 54 and 74. RGB value is (175,84,116). Sum of RGB (Red+Green+Blue) = 175+84+116=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5474 is #50AB8B. Grayscale: #727272. Windows color (decimal): -5286796 or 7623855. OLE color: 7623855.

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

Color convert

RGB 175 84 116 -
CMYK 0 0.52 0.34 0.31
HSL 338.9º 0.36% 0.51% -
HSV(B) 338.9º 0.52% 0.69% -
XYZ 24 16.72 18.48 -
YUV 114.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 175 84 116 0 0.52 0.34 0.31 338.9 0.36 0.51
Hex AF 54 74 0 34 22 1F 153 24 33
Octal 257 124 164 0 64 42 37 523 44 63
Binary 10101111 1010100 1110100 0 110100 100010 11111 101010011 100100 110011

Color Harmonies of #AF5474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5474

Black with #AF5474

Text Example


Text Example

White with #AF5474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5474; }

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

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

background-color css

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

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

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

border-color css

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

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

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