Html Css Color HEX #AF4079 Royal Heath

📋 copy color: '#AF4079'

red 175 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #AF4079

Tints of Royal Heath #AF4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

 BLUE value IS 121 (47.66% from 255) = 33.61%

R = 48.61%
G = 17.78%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF4079 (or 0xAF4079) is known color: Royal Heath. HEX triplet: AF, 40 and 79. RGB value is (175,64,121). Sum of RGB (Red+Green+Blue) = 175+64+121=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4079 is #50BF86. Grayscale: #676767. Windows color (decimal): -5291911 or 7946415. OLE color: 7946415.

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

Color convert

RGB 175 64 121 -
CMYK 0 0.63 0.31 0.31
HSL 329.19º 0.46% 0.47% -
HSV(B) 329.19º 0.63% 0.69% -
XYZ 22.96 14.16 19.61 -
YUV 103.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 175 64 121 0 0.63 0.31 0.31 329.19 0.46 0.47
Hex AF 40 79 0 3F 1F 1F 149 2E 2F
Octal 257 100 171 0 77 37 37 511 56 57
Binary 10101111 1000000 1111001 0 111111 11111 11111 101001001 101110 101111

Color Harmonies of #AF4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4079

Black with #AF4079

Text Example


Text Example

White with #AF4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4079; }

 p { color: rgb(175,64,121); }

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

background-color css

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

 a { background-color: rgb(175,64,121); }

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

border-color css

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

 span { border-color: rgb(175,64,121); }

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