Html Css Color HEX #AF5A7F Royal Heath

📋 copy color: '#AF5A7F'

red 175 ◦ green 90 ◦ blue 127

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

Shades of Royal Heath #AF5A7F

Tints of Royal Heath #AF5A7F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

 BLUE value IS 127 (50% from 255) = 32.4%

R = 44.64%
G = 22.96%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF5A7F (or 0xAF5A7F) is known color: Royal Heath. HEX triplet: AF, 5A and 7F. RGB value is (175,90,127). Sum of RGB (Red+Green+Blue) = 175+90+127=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5A7F is #50A580. Grayscale: #777777. Windows color (decimal): -5285249 or 8346287. OLE color: 8346287.

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

Color convert

RGB 175 90 127 -
CMYK 0 0.49 0.27 0.31
HSL 333.88º 0.35% 0.52% -
HSV(B) 333.88º 0.49% 0.69% -
XYZ 25.17 17.96 22.22 -
YUV 119.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 175 90 127 0 0.49 0.27 0.31 333.88 0.35 0.52
Hex AF 5A 7F 0 31 1B 1F 14E 23 34
Octal 257 132 177 0 61 33 37 516 43 64
Binary 10101111 1011010 1111111 0 110001 11011 11111 101001110 100011 110100

Color Harmonies of #AF5A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5A7F

Black with #AF5A7F

Text Example


Text Example

White with #AF5A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5A7F; }

 p { color: rgb(175,90,127); }

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

background-color css

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

 a { background-color: rgb(175,90,127); }

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

border-color css

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

 span { border-color: rgb(175,90,127); }

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