Html Css Color HEX #AF506F Royal Heath

📋 copy color: '#AF506F'

red 175 ◦ green 80 ◦ blue 111

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

Shades of Royal Heath #AF506F

Tints of Royal Heath #AF506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 47.81%
G = 21.86%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF506F (or 0xAF506F) is known color: Royal Heath. HEX triplet: AF, 50 and 6F. RGB value is (175,80,111). Sum of RGB (Red+Green+Blue) = 175+80+111=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF506F is #50AF90. Grayscale: #6F6F6F. Windows color (decimal): -5287825 or 7295151. OLE color: 7295151.

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

Color convert

RGB 175 80 111 -
CMYK 0 0.54 0.37 0.31
HSL 340.42º 0.37% 0.5% -
HSV(B) 340.42º 0.54% 0.69% -
XYZ 23.42 16 16.89 -
YUV 111.94 127.47 172.98 -
System Red Green Blue C M Y K H S L
Decimal 175 80 111 0 0.54 0.37 0.31 340.42 0.37 0.5
Hex AF 50 6F 0 36 25 1F 154 25 32
Octal 257 120 157 0 66 45 37 524 45 62
Binary 10101111 1010000 1101111 0 110110 100101 11111 101010100 100101 110010

Color Harmonies of #AF506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF506F

Black with #AF506F

Text Example


Text Example

White with #AF506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF506F; }

 p { color: rgb(175,80,111); }

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

background-color css

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

 a { background-color: rgb(175,80,111); }

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

border-color css

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

 span { border-color: rgb(175,80,111); }

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