Html Css Color HEX #AF4A70 Royal Heath

📋 copy color: '#AF4A70'

red 175 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #AF4A70

Tints of Royal Heath #AF4A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.5%

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

R = 48.48%
G = 20.5%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF4A70 (or 0xAF4A70) is known color: Royal Heath. HEX triplet: AF, 4A and 70. RGB value is (175,74,112). Sum of RGB (Red+Green+Blue) = 175+74+112=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A70 is #50B58F. Grayscale: #6C6C6C. Windows color (decimal): -5289360 or 7359151. OLE color: 7359151.

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

Color convert

RGB 175 74 112 -
CMYK 0 0.58 0.36 0.31
HSL 337.43º 0.41% 0.49% -
HSV(B) 337.43º 0.58% 0.69% -
XYZ 23.05 15.18 17.04 -
YUV 108.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 175 74 112 0 0.58 0.36 0.31 337.43 0.41 0.49
Hex AF 4A 70 0 3A 24 1F 151 29 31
Octal 257 112 160 0 72 44 37 521 51 61
Binary 10101111 1001010 1110000 0 111010 100100 11111 101010001 101001 110001

Color Harmonies of #AF4A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4A70

Black with #AF4A70

Text Example


Text Example

White with #AF4A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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