Html Css Color HEX #AF487D Royal Heath

📋 copy color: '#AF487D'

red 175 ◦ green 72 ◦ blue 125

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

Shades of Royal Heath #AF487D

Tints of Royal Heath #AF487D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.35%

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

R = 47.04%
G = 19.35%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF487D (or 0xAF487D) is known color: Royal Heath. HEX triplet: AF, 48 and 7D. RGB value is (175,72,125). Sum of RGB (Red+Green+Blue) = 175+72+125=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF487D is #50B782. Grayscale: #6C6C6C. Windows color (decimal): -5289859 or 8210607. OLE color: 8210607.

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

Color convert

RGB 175 72 125 -
CMYK 0 0.59 0.29 0.31
HSL 329.13º 0.42% 0.48% -
HSV(B) 329.13º 0.59% 0.69% -
XYZ 23.7 15.23 21.09 -
YUV 108.84 137.12 175.19 -
System Red Green Blue C M Y K H S L
Decimal 175 72 125 0 0.59 0.29 0.31 329.13 0.42 0.48
Hex AF 48 7D 0 3B 1D 1F 149 2A 30
Octal 257 110 175 0 73 35 37 511 52 60
Binary 10101111 1001000 1111101 0 111011 11101 11111 101001001 101010 110000

Color Harmonies of #AF487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF487D

Black with #AF487D

Text Example


Text Example

White with #AF487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF487D; }

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

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

background-color css

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

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

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

border-color css

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

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

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