Html Css Color HEX #AF5672 Royal Heath

📋 copy color: '#AF5672'

red 175 ◦ green 86 ◦ blue 114

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

Shades of Royal Heath #AF5672

Tints of Royal Heath #AF5672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.93%

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

R = 46.67%
G = 22.93%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF5672 (or 0xAF5672) is known color: Royal Heath. HEX triplet: AF, 56 and 72. RGB value is (175,86,114). Sum of RGB (Red+Green+Blue) = 175+86+114=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 86 (33.98% from 255 or 22.93% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5672 is #50A98D. Grayscale: #737373. Windows color (decimal): -5286286 or 7493295. OLE color: 7493295.

HSL color Cylindrical-coordinate representation of color #AF5672: hue angle of 341.12º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5672 is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 86 114 -
CMYK 0 0.51 0.35 0.31
HSL 341.12º 0.36% 0.51% -
HSV(B) 341.12º 0.51% 0.69% -
XYZ 24.04 16.98 17.93 -
YUV 115.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 175 86 114 0 0.51 0.35 0.31 341.12 0.36 0.51
Hex AF 56 72 0 33 23 1F 155 24 33
Octal 257 126 162 0 63 43 37 525 44 63
Binary 10101111 1010110 1110010 0 110011 100011 11111 101010101 100100 110011

Color Harmonies of #AF5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5672

Black with #AF5672

Text Example


Text Example

White with #AF5672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5672; }

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

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

background-color css

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

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

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

border-color css

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

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

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