Html Css Color HEX #AF4C78 Royal Heath

📋 copy color: '#AF4C78'

red 175 ◦ green 76 ◦ blue 120

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

Shades of Royal Heath #AF4C78

Tints of Royal Heath #AF4C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

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

R = 47.17%
G = 20.49%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF4C78 (or 0xAF4C78) is known color: Royal Heath. HEX triplet: AF, 4C and 78. RGB value is (175,76,120). Sum of RGB (Red+Green+Blue) = 175+76+120=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4C78 is #50B387. Grayscale: #6E6E6E. Windows color (decimal): -5288840 or 7883951. OLE color: 7883951.

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

Color convert

RGB 175 76 120 -
CMYK 0 0.57 0.31 0.31
HSL 333.33º 0.39% 0.49% -
HSV(B) 333.33º 0.57% 0.69% -
XYZ 23.65 15.64 19.54 -
YUV 110.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 175 76 120 0 0.57 0.31 0.31 333.33 0.39 0.49
Hex AF 4C 78 0 39 1F 1F 14D 27 31
Octal 257 114 170 0 71 37 37 515 47 61
Binary 10101111 1001100 1111000 0 111001 11111 11111 101001101 100111 110001

Color Harmonies of #AF4C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C78

Black with #AF4C78

Text Example


Text Example

White with #AF4C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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