Html Css Color HEX #AF4B73 Royal Heath

📋 copy color: '#AF4B73'

red 175 ◦ green 75 ◦ blue 115

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

Shades of Royal Heath #AF4B73

Tints of Royal Heath #AF4B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.55%

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 47.95%
G = 20.55%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF4B73 (or 0xAF4B73) is known color: Royal Heath. HEX triplet: AF, 4B and 73. RGB value is (175,75,115). Sum of RGB (Red+Green+Blue) = 175+75+115=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 75 (29.69% from 255 or 20.55% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4B73 is #50B48C. Grayscale: #6D6D6D. Windows color (decimal): -5289101 or 7556015. OLE color: 7556015.

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

Color convert

RGB 175 75 115 -
CMYK 0 0.57 0.34 0.31
HSL 336º 0.4% 0.49% -
HSV(B) 336º 0.57% 0.69% -
XYZ 23.29 15.38 17.96 -
YUV 109.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 175 75 115 0 0.57 0.34 0.31 336 0.4 0.49
Hex AF 4B 73 0 39 22 1F 150 28 31
Octal 257 113 163 0 71 42 37 520 50 61
Binary 10101111 1001011 1110011 0 111001 100010 11111 101010000 101000 110001

Color Harmonies of #AF4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4B73

Black with #AF4B73

Text Example


Text Example

White with #AF4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4B73; }

 p { color: rgb(175,75,115); }

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

background-color css

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

 a { background-color: rgb(175,75,115); }

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

border-color css

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

 span { border-color: rgb(175,75,115); }

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