Html Css Color HEX #AF5B7D Royal Heath

📋 copy color: '#AF5B7D'

red 175 ◦ green 91 ◦ blue 125

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

Shades of Royal Heath #AF5B7D

Tints of Royal Heath #AF5B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.27%

 BLUE value IS 125 (49.22% from 255) = 31.97%

R = 44.76%
G = 23.27%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF5B7D (or 0xAF5B7D) is known color: Royal Heath. HEX triplet: AF, 5B and 7D. RGB value is (175,91,125). Sum of RGB (Red+Green+Blue) = 175+91+125=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B7D is #50A482. Grayscale: #777777. Windows color (decimal): -5284995 or 8215471. OLE color: 8215471.

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

Color convert

RGB 175 91 125 -
CMYK 0 0.48 0.29 0.31
HSL 335.71º 0.34% 0.52% -
HSV(B) 335.71º 0.48% 0.69% -
XYZ 25.12 18.08 21.57 -
YUV 119.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 175 91 125 0 0.48 0.29 0.31 335.71 0.34 0.52
Hex AF 5B 7D 0 30 1D 1F 150 22 34
Octal 257 133 175 0 60 35 37 520 42 64
Binary 10101111 1011011 1111101 0 110000 11101 11111 101010000 100010 110100

Color Harmonies of #AF5B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B7D

Black with #AF5B7D

Text Example


Text Example

White with #AF5B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B7D; }

 p { color: rgb(175,91,125); }

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

background-color css

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

 a { background-color: rgb(175,91,125); }

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

border-color css

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

 span { border-color: rgb(175,91,125); }

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