Html Css Color HEX #A65283 Royal Heath

📋 copy color: '#A65283'

red 166 ◦ green 82 ◦ blue 131

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

Shades of Royal Heath #A65283

Tints of Royal Heath #A65283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.56%

R = 43.8%
G = 21.64%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A65283 (or 0xA65283) is known color: Royal Heath. HEX triplet: A6, 52 and 83. RGB value is (166,82,131). Sum of RGB (Red+Green+Blue) = 166+82+131=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 131 (51.56% from 255 or 34.56% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A65283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65283 is #59AD7C. Grayscale: #707070. Windows color (decimal): -5877117 or 8606374. OLE color: 8606374.

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

Color convert

RGB 166 82 131 -
CMYK 0 0.51 0.21 0.35
HSL 325º 0.34% 0.49% -
HSV(B) 325º 0.51% 0.65% -
XYZ 22.84 15.78 23.31 -
YUV 112.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 166 82 131 0 0.51 0.21 0.35 325 0.34 0.49
Hex A6 52 83 0 33 15 23 145 22 31
Octal 246 122 203 0 63 25 43 505 42 61
Binary 10100110 1010010 10000011 0 110011 10101 100011 101000101 100010 110001

Color Harmonies of #A65283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65283

Black with #A65283

Text Example


Text Example

White with #A65283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65283; }

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

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

background-color css

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

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

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

border-color css

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

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

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