Html Css Color HEX #AF4478 Royal Heath

📋 copy color: '#AF4478'

red 175 ◦ green 68 ◦ blue 120

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

Shades of Royal Heath #AF4478

Tints of Royal Heath #AF4478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.73%

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

R = 48.21%
G = 18.73%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF4478 (or 0xAF4478) is known color: Royal Heath. HEX triplet: AF, 44 and 78. RGB value is (175,68,120). Sum of RGB (Red+Green+Blue) = 175+68+120=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4478 is #50BB87. Grayscale: #696969. Windows color (decimal): -5290888 or 7881903. OLE color: 7881903.

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

Color convert

RGB 175 68 120 -
CMYK 0 0.61 0.31 0.31
HSL 330.84º 0.44% 0.48% -
HSV(B) 330.84º 0.61% 0.69% -
XYZ 23.14 14.6 19.37 -
YUV 105.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 175 68 120 0 0.61 0.31 0.31 330.84 0.44 0.48
Hex AF 44 78 0 3D 1F 1F 14B 2C 30
Octal 257 104 170 0 75 37 37 513 54 60
Binary 10101111 1000100 1111000 0 111101 11111 11111 101001011 101100 110000

Color Harmonies of #AF4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4478

Black with #AF4478

Text Example


Text Example

White with #AF4478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4478; }

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

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

background-color css

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

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

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

border-color css

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

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

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