Html Css Color HEX #AF416F Royal Heath

📋 copy color: '#AF416F'

red 175 ◦ green 65 ◦ blue 111

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

Shades of Royal Heath #AF416F

Tints of Royal Heath #AF416F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

 BLUE value IS 111 (43.75% from 255) = 31.62%

R = 49.86%
G = 18.52%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF416F (or 0xAF416F) is known color: Royal Heath. HEX triplet: AF, 41 and 6F. RGB value is (175,65,111). Sum of RGB (Red+Green+Blue) = 175+65+111=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF416F is #50BE90. Grayscale: #676767. Windows color (decimal): -5291665 or 7291311. OLE color: 7291311.

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

Color convert

RGB 175 65 111 -
CMYK 0 0.63 0.37 0.31
HSL 334.91º 0.46% 0.47% -
HSV(B) 334.91º 0.63% 0.69% -
XYZ 22.44 14.04 16.57 -
YUV 103.13 132.44 179.26 -
System Red Green Blue C M Y K H S L
Decimal 175 65 111 0 0.63 0.37 0.31 334.91 0.46 0.47
Hex AF 41 6F 0 3F 25 1F 14F 2E 2F
Octal 257 101 157 0 77 45 37 517 56 57
Binary 10101111 1000001 1101111 0 111111 100101 11111 101001111 101110 101111

Color Harmonies of #AF416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF416F

Black with #AF416F

Text Example


Text Example

White with #AF416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF416F; }

 p { color: rgb(175,65,111); }

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

background-color css

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

 a { background-color: rgb(175,65,111); }

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

border-color css

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

 span { border-color: rgb(175,65,111); }

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