Html Css Color HEX #A65873 Royal Heath

📋 copy color: '#A65873'

red 166 ◦ green 88 ◦ blue 115

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

Shades of Royal Heath #A65873

Tints of Royal Heath #A65873

RGB

 RED value IS 166 (65.23% from 255) = 44.99%

 GREEN value IS 88 (34.77% from 255) = 23.85%

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

R = 44.99%
G = 23.85%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A65873 (or 0xA65873) is known color: Royal Heath. HEX triplet: A6, 58 and 73. RGB value is (166,88,115). Sum of RGB (Red+Green+Blue) = 166+88+115=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A65873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65873 is #59A78C. Grayscale: #727272. Windows color (decimal): -5875597 or 7559334. OLE color: 7559334.

HSL color Cylindrical-coordinate representation of color #A65873: hue angle of 339.23º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65873 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 115 -
CMYK 0 0.47 0.31 0.35
HSL 339.23º 0.31% 0.5% -
HSV(B) 339.23º 0.47% 0.65% -
XYZ 22.31 16.32 18.19 -
YUV 114.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 166 88 115 0 0.47 0.31 0.35 339.23 0.31 0.5
Hex A6 58 73 0 2F 1F 23 153 1F 32
Octal 246 130 163 0 57 37 43 523 37 62
Binary 10100110 1011000 1110011 0 101111 11111 100011 101010011 11111 110010

Color Harmonies of #A65873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65873

Black with #A65873

Text Example


Text Example

White with #A65873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65873; }

 p { color: rgb(166,88,115); }

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

background-color css

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

 a { background-color: rgb(166,88,115); }

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

border-color css

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

 span { border-color: rgb(166,88,115); }

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