Html Css Color HEX #AF446E Royal Heath

📋 copy color: '#AF446E'

red 175 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #AF446E

Tints of Royal Heath #AF446E

RGB

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

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

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

R = 49.58%
G = 19.26%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF446E (or 0xAF446E) is known color: Royal Heath. HEX triplet: AF, 44 and 6E. RGB value is (175,68,110). Sum of RGB (Red+Green+Blue) = 175+68+110=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF446E is #50BB91. Grayscale: #686868. Windows color (decimal): -5290898 or 7226543. OLE color: 7226543.

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

Color convert

RGB 175 68 110 -
CMYK 0 0.61 0.37 0.31
HSL 336.45º 0.44% 0.48% -
HSV(B) 336.45º 0.61% 0.69% -
XYZ 22.56 14.37 16.34 -
YUV 104.78 130.95 178.08 -
System Red Green Blue C M Y K H S L
Decimal 175 68 110 0 0.61 0.37 0.31 336.45 0.44 0.48
Hex AF 44 6E 0 3D 25 1F 150 2C 30
Octal 257 104 156 0 75 45 37 520 54 60
Binary 10101111 1000100 1101110 0 111101 100101 11111 101010000 101100 110000

Color Harmonies of #AF446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF446E

Black with #AF446E

Text Example


Text Example

White with #AF446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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