Html Css Color HEX #AF4076 Royal Heath

📋 copy color: '#AF4076'

red 175 ◦ green 64 ◦ blue 118

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

Shades of Royal Heath #AF4076

Tints of Royal Heath #AF4076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.05%

R = 49.02%
G = 17.93%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF4076 (or 0xAF4076) is known color: Royal Heath. HEX triplet: AF, 40 and 76. RGB value is (175,64,118). Sum of RGB (Red+Green+Blue) = 175+64+118=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4076 is #50BF89. Grayscale: #676767. Windows color (decimal): -5291914 or 7749807. OLE color: 7749807.

HSL color Cylindrical-coordinate representation of color #AF4076: hue angle of 330.81º 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 #AF4076 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 118 -
CMYK 0 0.63 0.33 0.31
HSL 330.81º 0.46% 0.47% -
HSV(B) 330.81º 0.63% 0.69% -
XYZ 22.78 14.09 18.66 -
YUV 103.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 175 64 118 0 0.63 0.33 0.31 330.81 0.46 0.47
Hex AF 40 76 0 3F 21 1F 14B 2E 2F
Octal 257 100 166 0 77 41 37 513 56 57
Binary 10101111 1000000 1110110 0 111111 100001 11111 101001011 101110 101111

Color Harmonies of #AF4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4076

Black with #AF4076

Text Example


Text Example

White with #AF4076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4076; }

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

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

background-color css

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

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

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

border-color css

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

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

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