Html Css Color HEX #AF4E78 Royal Heath

📋 copy color: '#AF4E78'

red 175 ◦ green 78 ◦ blue 120

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

Shades of Royal Heath #AF4E78

Tints of Royal Heath #AF4E78

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.91%

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 46.92%
G = 20.91%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF4E78 (or 0xAF4E78) is known color: Royal Heath. HEX triplet: AF, 4E and 78. RGB value is (175,78,120). Sum of RGB (Red+Green+Blue) = 175+78+120=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E78 is #50B187. Grayscale: #6F6F6F. Windows color (decimal): -5288328 or 7884463. OLE color: 7884463.

HSL color Cylindrical-coordinate representation of color #AF4E78: hue angle of 334.02º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E78 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 120 -
CMYK 0 0.55 0.31 0.31
HSL 334.02º 0.38% 0.5% -
HSV(B) 334.02º 0.55% 0.69% -
XYZ 23.79 15.92 19.59 -
YUV 111.79 132.64 173.08 -
System Red Green Blue C M Y K H S L
Decimal 175 78 120 0 0.55 0.31 0.31 334.02 0.38 0.5
Hex AF 4E 78 0 37 1F 1F 14E 26 32
Octal 257 116 170 0 67 37 37 516 46 62
Binary 10101111 1001110 1111000 0 110111 11111 11111 101001110 100110 110010

Color Harmonies of #AF4E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E78

Black with #AF4E78

Text Example


Text Example

White with #AF4E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E78; }

 p { color: rgb(175,78,120); }

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

background-color css

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

 a { background-color: rgb(175,78,120); }

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

border-color css

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

 span { border-color: rgb(175,78,120); }

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