Html Css Color HEX #AF466D Royal Heath

📋 copy color: '#AF466D'

red 175 ◦ green 70 ◦ blue 109

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

Shades of Royal Heath #AF466D

Tints of Royal Heath #AF466D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 49.44%
G = 19.77%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#AF466D (or 0xAF466D) is known color: Royal Heath. HEX triplet: AF, 46 and 6D. RGB value is (175,70,109). Sum of RGB (Red+Green+Blue) = 175+70+109=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF466D is #50B992. Grayscale: #696969. Windows color (decimal): -5290387 or 7161519. OLE color: 7161519.

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

Color convert

RGB 175 70 109 -
CMYK 0 0.60 0.38 0.31
HSL 337.71º 0.43% 0.48% -
HSV(B) 337.71º 0.6% 0.69% -
XYZ 22.63 14.6 16.09 -
YUV 105.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 175 70 109 0 0.60 0.38 0.31 337.71 0.43 0.48
Hex AF 46 6D 0 3C 26 1F 152 2B 30
Octal 257 106 155 0 74 46 37 522 53 60
Binary 10101111 1000110 1101101 0 111100 100110 11111 101010010 101011 110000

Color Harmonies of #AF466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF466D

Black with #AF466D

Text Example


Text Example

White with #AF466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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