Html Css Color HEX #AF506E Royal Heath

📋 copy color: '#AF506E'

red 175 ◦ green 80 ◦ blue 110

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

Shades of Royal Heath #AF506E

Tints of Royal Heath #AF506E

RGB

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

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

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

R = 47.95%
G = 21.92%
B = 30.14%

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

#AF506E (or 0xAF506E) is known color: Royal Heath. HEX triplet: AF, 50 and 6E. RGB value is (175,80,110). Sum of RGB (Red+Green+Blue) = 175+80+110=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF506E is #50AF91. Grayscale: #6F6F6F. Windows color (decimal): -5287826 or 7229615. OLE color: 7229615.

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

Color convert

RGB 175 80 110 -
CMYK 0 0.54 0.37 0.31
HSL 341.05º 0.37% 0.5% -
HSV(B) 341.05º 0.54% 0.69% -
XYZ 23.36 15.98 16.6 -
YUV 111.83 126.97 173.06 -
System Red Green Blue C M Y K H S L
Decimal 175 80 110 0 0.54 0.37 0.31 341.05 0.37 0.5
Hex AF 50 6E 0 36 25 1F 155 25 32
Octal 257 120 156 0 66 45 37 525 45 62
Binary 10101111 1010000 1101110 0 110110 100101 11111 101010101 100101 110010

Color Harmonies of #AF506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF506E

Black with #AF506E

Text Example


Text Example

White with #AF506E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF506E; }

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

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

background-color css

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

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

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

border-color css

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

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

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