Html Css Color HEX #AF3D73 Royal Heath

📋 copy color: '#AF3D73'

red 175 ◦ green 61 ◦ blue 115

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

Shades of Royal Heath #AF3D73

Tints of Royal Heath #AF3D73

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.38%

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

R = 49.86%
G = 17.38%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF3D73 (or 0xAF3D73) is known color: Royal Heath. HEX triplet: AF, 3D and 73. RGB value is (175,61,115). Sum of RGB (Red+Green+Blue) = 175+61+115=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3D73 is #50C28C. Grayscale: #656565. Windows color (decimal): -5292685 or 7552431. OLE color: 7552431.

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

Color convert

RGB 175 61 115 -
CMYK 0 0.65 0.34 0.31
HSL 331.58º 0.48% 0.46% -
HSV(B) 331.58º 0.65% 0.69% -
XYZ 22.44 13.69 17.68 -
YUV 101.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 175 61 115 0 0.65 0.34 0.31 331.58 0.48 0.46
Hex AF 3D 73 0 41 22 1F 14C 30 2E
Octal 257 75 163 0 101 42 37 514 60 56
Binary 10101111 111101 1110011 0 1000001 100010 11111 101001100 110000 101110

Color Harmonies of #AF3D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3D73

Black with #AF3D73

Text Example


Text Example

White with #AF3D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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