Html Css Color HEX #AF4672 Royal Heath

📋 copy color: '#AF4672'

red 175 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #AF4672

Tints of Royal Heath #AF4672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 48.75%
G = 19.5%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF4672 (or 0xAF4672) is known color: Royal Heath. HEX triplet: AF, 46 and 72. RGB value is (175,70,114). Sum of RGB (Red+Green+Blue) = 175+70+114=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4672 is #50B98D. Grayscale: #6A6A6A. Windows color (decimal): -5290382 or 7489199. OLE color: 7489199.

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

Color convert

RGB 175 70 114 -
CMYK 0 0.60 0.35 0.31
HSL 334.86º 0.43% 0.48% -
HSV(B) 334.86º 0.6% 0.69% -
XYZ 22.91 14.71 17.55 -
YUV 106.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 175 70 114 0 0.60 0.35 0.31 334.86 0.43 0.48
Hex AF 46 72 0 3C 23 1F 14F 2B 30
Octal 257 106 162 0 74 43 37 517 53 60
Binary 10101111 1000110 1110010 0 111100 100011 11111 101001111 101011 110000

Color Harmonies of #AF4672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4672

Black with #AF4672

Text Example


Text Example

White with #AF4672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4672; }

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

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

background-color css

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

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

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

border-color css

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

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

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