Html Css Color HEX #A65A7D Royal Heath

📋 copy color: '#A65A7D'

red 166 ◦ green 90 ◦ blue 125

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

Shades of Royal Heath #A65A7D

Tints of Royal Heath #A65A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.81%

R = 43.57%
G = 23.62%
B = 32.81%

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

#A65A7D (or 0xA65A7D) is known color: Royal Heath. HEX triplet: A6, 5A and 7D. RGB value is (166,90,125). Sum of RGB (Red+Green+Blue) = 166+90+125=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65A7D is #59A582. Grayscale: #747474. Windows color (decimal): -5875075 or 8215206. OLE color: 8215206.

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

Color convert

RGB 166 90 125 -
CMYK 0 0.46 0.25 0.35
HSL 332.37º 0.3% 0.5% -
HSV(B) 332.37º 0.46% 0.65% -
XYZ 23.08 16.9 21.45 -
YUV 116.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 166 90 125 0 0.46 0.25 0.35 332.37 0.3 0.5
Hex A6 5A 7D 0 2E 19 23 14C 1E 32
Octal 246 132 175 0 56 31 43 514 36 62
Binary 10100110 1011010 1111101 0 101110 11001 100011 101001100 11110 110010

Color Harmonies of #A65A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A7D

Black with #A65A7D

Text Example


Text Example

White with #A65A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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