Html Css Color HEX #A65B7B Royal Heath

📋 copy color: '#A65B7B'

red 166 ◦ green 91 ◦ blue 123

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

Shades of Royal Heath #A65B7B

Tints of Royal Heath #A65B7B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.95%

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

R = 43.68%
G = 23.95%
B = 32.37%

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

#A65B7B (or 0xA65B7B) is known color: Royal Heath. HEX triplet: A6, 5B and 7B. RGB value is (166,91,123). Sum of RGB (Red+Green+Blue) = 166+91+123=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B7B is #59A484. Grayscale: #757575. Windows color (decimal): -5874821 or 8084390. OLE color: 8084390.

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

Color convert

RGB 166 91 123 -
CMYK 0 0.45 0.26 0.35
HSL 334.4º 0.3% 0.5% -
HSV(B) 334.4º 0.45% 0.65% -
XYZ 23.04 17.02 20.81 -
YUV 117.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 166 91 123 0 0.45 0.26 0.35 334.4 0.3 0.5
Hex A6 5B 7B 0 2D 1A 23 14E 1E 32
Octal 246 133 173 0 55 32 43 516 36 62
Binary 10100110 1011011 1111011 0 101101 11010 100011 101001110 11110 110010

Color Harmonies of #A65B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65B7B

Black with #A65B7B

Text Example


Text Example

White with #A65B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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