Html Css Color HEX #A65275 Royal Heath

📋 copy color: '#A65275'

red 166 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #A65275

Tints of Royal Heath #A65275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 45.48%
G = 22.47%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A65275 (or 0xA65275) is known color: Royal Heath. HEX triplet: A6, 52 and 75. RGB value is (166,82,117). Sum of RGB (Red+Green+Blue) = 166+82+117=365 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.48% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 166 - color contains mainly: red. Hex color #A65275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65275 is #59AD8A. Grayscale: #6F6F6F. Windows color (decimal): -5877131 or 7688870. OLE color: 7688870.

HSL color Cylindrical-coordinate representation of color #A65275: hue angle of 335º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65275 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 82 117 -
CMYK 0 0.51 0.30 0.35
HSL 335º 0.34% 0.49% -
HSV(B) 335º 0.51% 0.65% -
XYZ 21.95 15.43 18.65 -
YUV 111.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 166 82 117 0 0.51 0.30 0.35 335 0.34 0.49
Hex A6 52 75 0 33 1E 23 14F 22 31
Octal 246 122 165 0 63 36 43 517 42 61
Binary 10100110 1010010 1110101 0 110011 11110 100011 101001111 100010 110001

Color Harmonies of #A65275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65275

Black with #A65275

Text Example


Text Example

White with #A65275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65275; }

 p { color: rgb(166,82,117); }

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

background-color css

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

 a { background-color: rgb(166,82,117); }

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

border-color css

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

 span { border-color: rgb(166,82,117); }

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