Html Css Color HEX #AF5478 Royal Heath

📋 copy color: '#AF5478'

red 175 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #AF5478

Tints of Royal Heath #AF5478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.16%

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

R = 46.17%
G = 22.16%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF5478 (or 0xAF5478) is known color: Royal Heath. HEX triplet: AF, 54 and 78. RGB value is (175,84,120). Sum of RGB (Red+Green+Blue) = 175+84+120=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5478 is #50AB87. Grayscale: #737373. Windows color (decimal): -5286792 or 7885999. OLE color: 7885999.

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

Color convert

RGB 175 84 120 -
CMYK 0 0.52 0.31 0.31
HSL 336.26º 0.36% 0.51% -
HSV(B) 336.26º 0.52% 0.69% -
XYZ 24.24 16.81 19.74 -
YUV 115.31 130.65 170.57 -
System Red Green Blue C M Y K H S L
Decimal 175 84 120 0 0.52 0.31 0.31 336.26 0.36 0.51
Hex AF 54 78 0 34 1F 1F 150 24 33
Octal 257 124 170 0 64 37 37 520 44 63
Binary 10101111 1010100 1111000 0 110100 11111 11111 101010000 100100 110011

Color Harmonies of #AF5478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5478

Black with #AF5478

Text Example


Text Example

White with #AF5478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5478; }

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

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

background-color css

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

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

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

border-color css

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

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

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