Html Css Color HEX #AF426F Royal Heath

📋 copy color: '#AF426F'

red 175 ◦ green 66 ◦ blue 111

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

Shades of Royal Heath #AF426F

Tints of Royal Heath #AF426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.75%

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

R = 49.72%
G = 18.75%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF426F (or 0xAF426F) is known color: Royal Heath. HEX triplet: AF, 42 and 6F. RGB value is (175,66,111). Sum of RGB (Red+Green+Blue) = 175+66+111=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF426F is #50BD90. Grayscale: #676767. Windows color (decimal): -5291409 or 7291567. OLE color: 7291567.

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

Color convert

RGB 175 66 111 -
CMYK 0 0.62 0.37 0.31
HSL 335.23º 0.45% 0.47% -
HSV(B) 335.23º 0.62% 0.69% -
XYZ 22.5 14.16 16.59 -
YUV 103.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 175 66 111 0 0.62 0.37 0.31 335.23 0.45 0.47
Hex AF 42 6F 0 3E 25 1F 14F 2D 2F
Octal 257 102 157 0 76 45 37 517 55 57
Binary 10101111 1000010 1101111 0 111110 100101 11111 101001111 101101 101111

Color Harmonies of #AF426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF426F

Black with #AF426F

Text Example


Text Example

White with #AF426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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