Html Css Color HEX #AF4673 Royal Heath

📋 copy color: '#AF4673'

red 175 ◦ green 70 ◦ blue 115

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

Shades of Royal Heath #AF4673

Tints of Royal Heath #AF4673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.44%

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

R = 48.61%
G = 19.44%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF4673 (or 0xAF4673) is known color: Royal Heath. HEX triplet: AF, 46 and 73. RGB value is (175,70,115). Sum of RGB (Red+Green+Blue) = 175+70+115=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4673 is #50B98C. Grayscale: #6A6A6A. Windows color (decimal): -5290381 or 7554735. OLE color: 7554735.

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

Color convert

RGB 175 70 115 -
CMYK 0 0.60 0.34 0.31
HSL 334.29º 0.43% 0.48% -
HSV(B) 334.29º 0.6% 0.69% -
XYZ 22.96 14.73 17.85 -
YUV 106.53 132.79 176.84 -
System Red Green Blue C M Y K H S L
Decimal 175 70 115 0 0.60 0.34 0.31 334.29 0.43 0.48
Hex AF 46 73 0 3C 22 1F 14E 2B 30
Octal 257 106 163 0 74 42 37 516 53 60
Binary 10101111 1000110 1110011 0 111100 100010 11111 101001110 101011 110000

Color Harmonies of #AF4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4673

Black with #AF4673

Text Example


Text Example

White with #AF4673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4673; }

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

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

background-color css

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

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

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

border-color css

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

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

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