Html Css Color HEX #AF4A80 Royal Heath

📋 copy color: '#AF4A80'

red 175 ◦ green 74 ◦ blue 128

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

Shades of Royal Heath #AF4A80

Tints of Royal Heath #AF4A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 46.42%
G = 19.63%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF4A80 (or 0xAF4A80) is known color: Royal Heath. HEX triplet: AF, 4A and 80. RGB value is (175,74,128). Sum of RGB (Red+Green+Blue) = 175+74+128=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A80 is #50B57F. Grayscale: #6E6E6E. Windows color (decimal): -5289344 or 8407727. OLE color: 8407727.

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

Color convert

RGB 175 74 128 -
CMYK 0 0.58 0.27 0.31
HSL 327.92º 0.41% 0.49% -
HSV(B) 327.92º 0.58% 0.69% -
XYZ 24.02 15.57 22.16 -
YUV 110.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 175 74 128 0 0.58 0.27 0.31 327.92 0.41 0.49
Hex AF 4A 80 0 3A 1B 1F 148 29 31
Octal 257 112 200 0 72 33 37 510 51 61
Binary 10101111 1001010 10000000 0 111010 11011 11111 101001000 101001 110001

Color Harmonies of #AF4A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A80

Black with #AF4A80

Text Example


Text Example

White with #AF4A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A80; }

 p { color: rgb(175,74,128); }

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

background-color css

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

 a { background-color: rgb(175,74,128); }

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

border-color css

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

 span { border-color: rgb(175,74,128); }

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