Html Css Color HEX #AF4574 Royal Heath

📋 copy color: '#AF4574'

red 175 ◦ green 69 ◦ blue 116

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

Shades of Royal Heath #AF4574

Tints of Royal Heath #AF4574

RGB

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

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

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

R = 48.61%
G = 19.17%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF4574 (or 0xAF4574) is known color: Royal Heath. HEX triplet: AF, 45 and 74. RGB value is (175,69,116). Sum of RGB (Red+Green+Blue) = 175+69+116=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4574 is #50BA8B. Grayscale: #696969. Windows color (decimal): -5290636 or 7620015. OLE color: 7620015.

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

Color convert

RGB 175 69 116 -
CMYK 0 0.61 0.34 0.31
HSL 333.4º 0.43% 0.48% -
HSV(B) 333.4º 0.61% 0.69% -
XYZ 22.96 14.63 18.14 -
YUV 106.05 133.62 177.18 -
System Red Green Blue C M Y K H S L
Decimal 175 69 116 0 0.61 0.34 0.31 333.4 0.43 0.48
Hex AF 45 74 0 3D 22 1F 14D 2B 30
Octal 257 105 164 0 75 42 37 515 53 60
Binary 10101111 1000101 1110100 0 111101 100010 11111 101001101 101011 110000

Color Harmonies of #AF4574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4574

Black with #AF4574

Text Example


Text Example

White with #AF4574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4574; }

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

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

background-color css

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

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

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

border-color css

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

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

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