Html Css Color HEX #A65C7C Royal Heath

📋 copy color: '#A65C7C'

red 166 ◦ green 92 ◦ blue 124

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

Shades of Royal Heath #A65C7C

Tints of Royal Heath #A65C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 43.46%
G = 24.08%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A65C7C (or 0xA65C7C) is known color: Royal Heath. HEX triplet: A6, 5C and 7C. RGB value is (166,92,124). Sum of RGB (Red+Green+Blue) = 166+92+124=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C7C is #59A383. Grayscale: #757575. Windows color (decimal): -5874564 or 8150182. OLE color: 8150182.

HSL color Cylindrical-coordinate representation of color #A65C7C: hue angle of 334.05º 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 #A65C7C is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 92 124 -
CMYK 0 0.45 0.25 0.35
HSL 334.05º 0.29% 0.51% -
HSV(B) 334.05º 0.45% 0.65% -
XYZ 23.19 17.22 21.17 -
YUV 117.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 166 92 124 0 0.45 0.25 0.35 334.05 0.29 0.51
Hex A6 5C 7C 0 2D 19 23 14E 1D 33
Octal 246 134 174 0 55 31 43 516 35 63
Binary 10100110 1011100 1111100 0 101101 11001 100011 101001110 11101 110011

Color Harmonies of #A65C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C7C

Black with #A65C7C

Text Example


Text Example

White with #A65C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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