Html Css Color HEX #AF466E Royal Heath

📋 copy color: '#AF466E'

red 175 ◦ green 70 ◦ blue 110

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

Shades of Royal Heath #AF466E

Tints of Royal Heath #AF466E

RGB

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

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

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

R = 49.3%
G = 19.72%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF466E (or 0xAF466E) is known color: Royal Heath. HEX triplet: AF, 46 and 6E. RGB value is (175,70,110). Sum of RGB (Red+Green+Blue) = 175+70+110=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF466E is #50B991. Grayscale: #696969. Windows color (decimal): -5290386 or 7227055. OLE color: 7227055.

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

Color convert

RGB 175 70 110 -
CMYK 0 0.60 0.37 0.31
HSL 337.14º 0.43% 0.48% -
HSV(B) 337.14º 0.6% 0.69% -
XYZ 22.68 14.62 16.38 -
YUV 105.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 175 70 110 0 0.60 0.37 0.31 337.14 0.43 0.48
Hex AF 46 6E 0 3C 25 1F 151 2B 30
Octal 257 106 156 0 74 45 37 521 53 60
Binary 10101111 1000110 1101110 0 111100 100101 11111 101010001 101011 110000

Color Harmonies of #AF466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF466E

Black with #AF466E

Text Example


Text Example

White with #AF466E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF466E; }

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

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

background-color css

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

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

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

border-color css

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

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

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