Html Css Color HEX #A65280 Royal Heath

📋 copy color: '#A65280'

red 166 ◦ green 82 ◦ blue 128

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

Shades of Royal Heath #A65280

Tints of Royal Heath #A65280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.04%

R = 44.15%
G = 21.81%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A65280 (or 0xA65280) is known color: Royal Heath. HEX triplet: A6, 52 and 80. RGB value is (166,82,128). Sum of RGB (Red+Green+Blue) = 166+82+128=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A65280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65280 is #59AD7F. Grayscale: #707070. Windows color (decimal): -5877120 or 8409766. OLE color: 8409766.

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

Color convert

RGB 166 82 128 -
CMYK 0 0.51 0.23 0.35
HSL 327.14º 0.34% 0.49% -
HSV(B) 327.14º 0.51% 0.65% -
XYZ 22.64 15.7 22.26 -
YUV 112.36 136.83 166.26 -
System Red Green Blue C M Y K H S L
Decimal 166 82 128 0 0.51 0.23 0.35 327.14 0.34 0.49
Hex A6 52 80 0 33 17 23 147 22 31
Octal 246 122 200 0 63 27 43 507 42 61
Binary 10100110 1010010 10000000 0 110011 10111 100011 101000111 100010 110001

Color Harmonies of #A65280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65280

Black with #A65280

Text Example


Text Example

White with #A65280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65280; }

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

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

background-color css

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

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

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

border-color css

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

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

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