Html Css Color HEX #AF4874 Royal Heath

📋 copy color: '#AF4874'

red 175 ◦ green 72 ◦ blue 116

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

Shades of Royal Heath #AF4874

Tints of Royal Heath #AF4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

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

R = 48.21%
G = 19.83%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF4874 (or 0xAF4874) is known color: Royal Heath. HEX triplet: AF, 48 and 74. RGB value is (175,72,116). Sum of RGB (Red+Green+Blue) = 175+72+116=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4874 is #50B78B. Grayscale: #6B6B6B. Windows color (decimal): -5289868 or 7620783. OLE color: 7620783.

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

Color convert

RGB 175 72 116 -
CMYK 0 0.59 0.34 0.31
HSL 334.37º 0.42% 0.48% -
HSV(B) 334.37º 0.59% 0.69% -
XYZ 23.15 15.01 18.2 -
YUV 107.81 132.62 175.92 -
System Red Green Blue C M Y K H S L
Decimal 175 72 116 0 0.59 0.34 0.31 334.37 0.42 0.48
Hex AF 48 74 0 3B 22 1F 14E 2A 30
Octal 257 110 164 0 73 42 37 516 52 60
Binary 10101111 1001000 1110100 0 111011 100010 11111 101001110 101010 110000

Color Harmonies of #AF4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4874

Black with #AF4874

Text Example


Text Example

White with #AF4874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4874; }

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

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

background-color css

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

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

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

border-color css

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

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

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