Html Css Color HEX #A65C78 Royal Heath

📋 copy color: '#A65C78'

red 166 ◦ green 92 ◦ blue 120

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

Shades of Royal Heath #A65C78

Tints of Royal Heath #A65C78

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.34%

 BLUE value IS 120 (47.27% from 255) = 31.75%

R = 43.92%
G = 24.34%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A65C78 (or 0xA65C78) is known color: Royal Heath. HEX triplet: A6, 5C and 78. RGB value is (166,92,120). Sum of RGB (Red+Green+Blue) = 166+92+120=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 92 (36.33% from 255 or 24.34% from 378); Blue value is 120 (47.27% from 255 or 31.75% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C78 is #59A387. Grayscale: #757575. Windows color (decimal): -5874568 or 7888038. OLE color: 7888038.

HSL color Cylindrical-coordinate representation of color #A65C78: hue angle of 337.3º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65C78 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 92 120 -
CMYK 0 0.45 0.28 0.35
HSL 337.3º 0.29% 0.51% -
HSV(B) 337.3º 0.45% 0.65% -
XYZ 22.94 17.12 19.86 -
YUV 117.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 166 92 120 0 0.45 0.28 0.35 337.3 0.29 0.51
Hex A6 5C 78 0 2D 1C 23 151 1D 33
Octal 246 134 170 0 55 34 43 521 35 63
Binary 10100110 1011100 1111000 0 101101 11100 100011 101010001 11101 110011

Color Harmonies of #A65C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C78

Black with #A65C78

Text Example


Text Example

White with #A65C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C78; }

 p { color: rgb(166,92,120); }

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

background-color css

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

 a { background-color: rgb(166,92,120); }

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

border-color css

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

 span { border-color: rgb(166,92,120); }

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