Html Css Color HEX #AF5B7B Royal Heath

📋 copy color: '#AF5B7B'

red 175 ◦ green 91 ◦ blue 123

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

Shades of Royal Heath #AF5B7B

Tints of Royal Heath #AF5B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 44.99%
G = 23.39%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF5B7B (or 0xAF5B7B) is known color: Royal Heath. HEX triplet: AF, 5B and 7B. RGB value is (175,91,123). Sum of RGB (Red+Green+Blue) = 175+91+123=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B7B is #50A484. Grayscale: #777777. Windows color (decimal): -5284997 or 8084399. OLE color: 8084399.

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

Color convert

RGB 175 91 123 -
CMYK 0 0.48 0.30 0.31
HSL 337.14º 0.34% 0.52% -
HSV(B) 337.14º 0.48% 0.69% -
XYZ 25 18.03 20.9 -
YUV 119.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 175 91 123 0 0.48 0.30 0.31 337.14 0.34 0.52
Hex AF 5B 7B 0 30 1E 1F 151 22 34
Octal 257 133 173 0 60 36 37 521 42 64
Binary 10101111 1011011 1111011 0 110000 11110 11111 101010001 100010 110100

Color Harmonies of #AF5B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B7B

Black with #AF5B7B

Text Example


Text Example

White with #AF5B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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