Html Css Color HEX #AF5E7A Royal Heath

📋 copy color: '#AF5E7A'

red 175 ◦ green 94 ◦ blue 122

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

Shades of Royal Heath #AF5E7A

Tints of Royal Heath #AF5E7A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.04%

 BLUE value IS 122 (48.05% from 255) = 31.2%

R = 44.76%
G = 24.04%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF5E7A (or 0xAF5E7A) is known color: Royal Heath. HEX triplet: AF, 5E and 7A. RGB value is (175,94,122). Sum of RGB (Red+Green+Blue) = 175+94+122=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5E7A is #50A185. Grayscale: #797979. Windows color (decimal): -5284230 or 8019631. OLE color: 8019631.

HSL color Cylindrical-coordinate representation of color #AF5E7A: hue angle of 339.26º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF5E7A is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 94 122 -
CMYK 0 0.46 0.30 0.31
HSL 339.26º 0.34% 0.53% -
HSV(B) 339.26º 0.46% 0.69% -
XYZ 25.19 18.52 20.66 -
YUV 121.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 175 94 122 0 0.46 0.30 0.31 339.26 0.34 0.53
Hex AF 5E 7A 0 2E 1E 1F 153 22 35
Octal 257 136 172 0 56 36 37 523 42 65
Binary 10101111 1011110 1111010 0 101110 11110 11111 101010011 100010 110101

Color Harmonies of #AF5E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5E7A

Black with #AF5E7A

Text Example


Text Example

White with #AF5E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5E7A; }

 p { color: rgb(175,94,122); }

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

background-color css

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

 a { background-color: rgb(175,94,122); }

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

border-color css

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

 span { border-color: rgb(175,94,122); }

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