Html Css Color HEX #AF486E Royal Heath

📋 copy color: '#AF486E'

red 175 ◦ green 72 ◦ blue 110

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

Shades of Royal Heath #AF486E

Tints of Royal Heath #AF486E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.81%

R = 49.02%
G = 20.17%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF486E (or 0xAF486E) is known color: Royal Heath. HEX triplet: AF, 48 and 6E. RGB value is (175,72,110). Sum of RGB (Red+Green+Blue) = 175+72+110=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF486E is #50B791. Grayscale: #6B6B6B. Windows color (decimal): -5289874 or 7227567. OLE color: 7227567.

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

Color convert

RGB 175 72 110 -
CMYK 0 0.59 0.37 0.31
HSL 337.86º 0.42% 0.48% -
HSV(B) 337.86º 0.59% 0.69% -
XYZ 22.81 14.87 16.42 -
YUV 107.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 175 72 110 0 0.59 0.37 0.31 337.86 0.42 0.48
Hex AF 48 6E 0 3B 25 1F 152 2A 30
Octal 257 110 156 0 73 45 37 522 52 60
Binary 10101111 1001000 1101110 0 111011 100101 11111 101010010 101010 110000

Color Harmonies of #AF486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF486E

Black with #AF486E

Text Example


Text Example

White with #AF486E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF486E; }

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

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

background-color css

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

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

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

border-color css

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

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

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