Html Css Color HEX #AF477D Royal Heath

📋 copy color: '#AF477D'

red 175 ◦ green 71 ◦ blue 125

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

Shades of Royal Heath #AF477D

Tints of Royal Heath #AF477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

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

R = 47.17%
G = 19.14%
B = 33.69%

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

#AF477D (or 0xAF477D) is known color: Royal Heath. HEX triplet: AF, 47 and 7D. RGB value is (175,71,125). Sum of RGB (Red+Green+Blue) = 175+71+125=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF477D is #50B882. Grayscale: #6C6C6C. Windows color (decimal): -5290115 or 8210351. OLE color: 8210351.

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

Color convert

RGB 175 71 125 -
CMYK 0 0.59 0.29 0.31
HSL 328.85º 0.42% 0.48% -
HSV(B) 328.85º 0.59% 0.69% -
XYZ 23.63 15.1 21.07 -
YUV 108.25 137.46 175.61 -
System Red Green Blue C M Y K H S L
Decimal 175 71 125 0 0.59 0.29 0.31 328.85 0.42 0.48
Hex AF 47 7D 0 3B 1D 1F 149 2A 30
Octal 257 107 175 0 73 35 37 511 52 60
Binary 10101111 1000111 1111101 0 111011 11101 11111 101001001 101010 110000

Color Harmonies of #AF477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF477D

Black with #AF477D

Text Example


Text Example

White with #AF477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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