Html Css Color HEX #AF4870 Royal Heath

📋 copy color: '#AF4870'

red 175 ◦ green 72 ◦ blue 112

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

Shades of Royal Heath #AF4870

Tints of Royal Heath #AF4870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.06%

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

R = 48.75%
G = 20.06%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF4870 (or 0xAF4870) is known color: Royal Heath. HEX triplet: AF, 48 and 70. RGB value is (175,72,112). Sum of RGB (Red+Green+Blue) = 175+72+112=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4870 is #50B78F. Grayscale: #6B6B6B. Windows color (decimal): -5289872 or 7358639. OLE color: 7358639.

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

Color convert

RGB 175 72 112 -
CMYK 0 0.59 0.36 0.31
HSL 336.7º 0.42% 0.48% -
HSV(B) 336.7º 0.59% 0.69% -
XYZ 22.92 14.92 17 -
YUV 107.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 175 72 112 0 0.59 0.36 0.31 336.7 0.42 0.48
Hex AF 48 70 0 3B 24 1F 151 2A 30
Octal 257 110 160 0 73 44 37 521 52 60
Binary 10101111 1001000 1110000 0 111011 100100 11111 101010001 101010 110000

Color Harmonies of #AF4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4870

Black with #AF4870

Text Example


Text Example

White with #AF4870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4870; }

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

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

background-color css

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

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

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

border-color css

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

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

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