Html Css Color HEX #AF4E70 Royal Heath

📋 copy color: '#AF4E70'

red 175 ◦ green 78 ◦ blue 112

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

Shades of Royal Heath #AF4E70

Tints of Royal Heath #AF4E70

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 47.95%
G = 21.37%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF4E70 (or 0xAF4E70) is known color: Royal Heath. HEX triplet: AF, 4E and 70. RGB value is (175,78,112). Sum of RGB (Red+Green+Blue) = 175+78+112=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4E70 is #50B18F. Grayscale: #6E6E6E. Windows color (decimal): -5288336 or 7360175. OLE color: 7360175.

HSL color Cylindrical-coordinate representation of color #AF4E70: hue angle of 338.97º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4E70 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 78 112 -
CMYK 0 0.55 0.36 0.31
HSL 338.97º 0.38% 0.5% -
HSV(B) 338.97º 0.55% 0.69% -
XYZ 23.33 15.73 17.14 -
YUV 110.88 128.64 173.74 -
System Red Green Blue C M Y K H S L
Decimal 175 78 112 0 0.55 0.36 0.31 338.97 0.38 0.5
Hex AF 4E 70 0 37 24 1F 153 26 32
Octal 257 116 160 0 67 44 37 523 46 62
Binary 10101111 1001110 1110000 0 110111 100100 11111 101010011 100110 110010

Color Harmonies of #AF4E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4E70

Black with #AF4E70

Text Example


Text Example

White with #AF4E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4E70; }

 p { color: rgb(175,78,112); }

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

background-color css

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

 a { background-color: rgb(175,78,112); }

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

border-color css

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

 span { border-color: rgb(175,78,112); }

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