Html Css Color HEX #A65C7B Royal Heath

📋 copy color: '#A65C7B'

red 166 ◦ green 92 ◦ blue 123

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

Shades of Royal Heath #A65C7B

Tints of Royal Heath #A65C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 43.57%
G = 24.15%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A65C7B (or 0xA65C7B) is known color: Royal Heath. HEX triplet: A6, 5C and 7B. RGB value is (166,92,123). Sum of RGB (Red+Green+Blue) = 166+92+123=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65C7B is #59A384. Grayscale: #757575. Windows color (decimal): -5874565 or 8084646. OLE color: 8084646.

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

Color convert

RGB 166 92 123 -
CMYK 0 0.45 0.26 0.35
HSL 334.86º 0.29% 0.51% -
HSV(B) 334.86º 0.45% 0.65% -
XYZ 23.13 17.19 20.84 -
YUV 117.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 166 92 123 0 0.45 0.26 0.35 334.86 0.29 0.51
Hex A6 5C 7B 0 2D 1A 23 14F 1D 33
Octal 246 134 173 0 55 32 43 517 35 63
Binary 10100110 1011100 1111011 0 101101 11010 100011 101001111 11101 110011

Color Harmonies of #A65C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C7B

Black with #A65C7B

Text Example


Text Example

White with #A65C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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