Html Css Color HEX #AF4473 Royal Heath

📋 copy color: '#AF4473'

red 175 ◦ green 68 ◦ blue 115

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

Shades of Royal Heath #AF4473

Tints of Royal Heath #AF4473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 48.88%
G = 18.99%
B = 32.12%

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

#AF4473 (or 0xAF4473) is known color: Royal Heath. HEX triplet: AF, 44 and 73. RGB value is (175,68,115). Sum of RGB (Red+Green+Blue) = 175+68+115=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4473 is #50BB8C. Grayscale: #696969. Windows color (decimal): -5290893 or 7554223. OLE color: 7554223.

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

Color convert

RGB 175 68 115 -
CMYK 0 0.61 0.34 0.31
HSL 333.64º 0.44% 0.48% -
HSV(B) 333.64º 0.61% 0.69% -
XYZ 22.84 14.49 17.81 -
YUV 105.35 133.45 177.68 -
System Red Green Blue C M Y K H S L
Decimal 175 68 115 0 0.61 0.34 0.31 333.64 0.44 0.48
Hex AF 44 73 0 3D 22 1F 14E 2C 30
Octal 257 104 163 0 75 42 37 516 54 60
Binary 10101111 1000100 1110011 0 111101 100010 11111 101001110 101100 110000

Color Harmonies of #AF4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4473

Black with #AF4473

Text Example


Text Example

White with #AF4473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4473; }

 p { color: rgb(175,68,115); }

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

background-color css

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

 a { background-color: rgb(175,68,115); }

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

border-color css

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

 span { border-color: rgb(175,68,115); }

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