Html Css Color HEX #AF5B7A Royal Heath

📋 copy color: '#AF5B7A'

red 175 ◦ green 91 ◦ blue 122

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

Shades of Royal Heath #AF5B7A

Tints of Royal Heath #AF5B7A

RGB

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

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

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

R = 45.1%
G = 23.45%
B = 31.44%

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

#AF5B7A (or 0xAF5B7A) is known color: Royal Heath. HEX triplet: AF, 5B and 7A. RGB value is (175,91,122). Sum of RGB (Red+Green+Blue) = 175+91+122=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5B7A is #50A485. Grayscale: #777777. Windows color (decimal): -5284998 or 8018863. OLE color: 8018863.

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

Color convert

RGB 175 91 122 -
CMYK 0 0.48 0.30 0.31
HSL 337.86º 0.34% 0.52% -
HSV(B) 337.86º 0.48% 0.69% -
XYZ 24.93 18 20.57 -
YUV 119.65 129.33 167.48 -
System Red Green Blue C M Y K H S L
Decimal 175 91 122 0 0.48 0.30 0.31 337.86 0.34 0.52
Hex AF 5B 7A 0 30 1E 1F 152 22 34
Octal 257 133 172 0 60 36 37 522 42 64
Binary 10101111 1011011 1111010 0 110000 11110 11111 101010010 100010 110100

Color Harmonies of #AF5B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5B7A

Black with #AF5B7A

Text Example


Text Example

White with #AF5B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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