Html Css Color HEX #A65A7C Royal Heath

📋 copy color: '#A65A7C'

red 166 ◦ green 90 ◦ blue 124

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

Shades of Royal Heath #A65A7C

Tints of Royal Heath #A65A7C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.68%

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

R = 43.68%
G = 23.68%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A65A7C (or 0xA65A7C) is known color: Royal Heath. HEX triplet: A6, 5A and 7C. RGB value is (166,90,124). Sum of RGB (Red+Green+Blue) = 166+90+124=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A7C is #59A583. Grayscale: #747474. Windows color (decimal): -5875076 or 8149670. OLE color: 8149670.

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

Color convert

RGB 166 90 124 -
CMYK 0 0.46 0.25 0.35
HSL 333.16º 0.3% 0.5% -
HSV(B) 333.16º 0.46% 0.65% -
XYZ 23.02 16.87 21.11 -
YUV 116.6 132.18 163.24 -
System Red Green Blue C M Y K H S L
Decimal 166 90 124 0 0.46 0.25 0.35 333.16 0.3 0.5
Hex A6 5A 7C 0 2E 19 23 14D 1E 32
Octal 246 132 174 0 56 31 43 515 36 62
Binary 10100110 1011010 1111100 0 101110 11001 100011 101001101 11110 110010

Color Harmonies of #A65A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A7C

Black with #A65A7C

Text Example


Text Example

White with #A65A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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