Html Css Color HEX #AF487C Royal Heath

📋 copy color: '#AF487C'

red 175 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #AF487C

Tints of Royal Heath #AF487C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.42%

R = 47.17%
G = 19.41%
B = 33.42%

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

#AF487C (or 0xAF487C) is known color: Royal Heath. HEX triplet: AF, 48 and 7C. RGB value is (175,72,124). Sum of RGB (Red+Green+Blue) = 175+72+124=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF487C is #50B783. Grayscale: #6C6C6C. Windows color (decimal): -5289860 or 8145071. OLE color: 8145071.

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

Color convert

RGB 175 72 124 -
CMYK 0 0.59 0.29 0.31
HSL 329.71º 0.42% 0.48% -
HSV(B) 329.71º 0.59% 0.69% -
XYZ 23.63 15.2 20.76 -
YUV 108.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 175 72 124 0 0.59 0.29 0.31 329.71 0.42 0.48
Hex AF 48 7C 0 3B 1D 1F 14A 2A 30
Octal 257 110 174 0 73 35 37 512 52 60
Binary 10101111 1001000 1111100 0 111011 11101 11111 101001010 101010 110000

Color Harmonies of #AF487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF487C

Black with #AF487C

Text Example


Text Example

White with #AF487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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