Html Css Color HEX #A65083 Royal Heath

📋 copy color: '#A65083'

red 166 ◦ green 80 ◦ blue 131

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

Shades of Royal Heath #A65083

Tints of Royal Heath #A65083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

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

R = 44.03%
G = 21.22%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A65083 (or 0xA65083) is known color: Royal Heath. HEX triplet: A6, 50 and 83. RGB value is (166,80,131). Sum of RGB (Red+Green+Blue) = 166+80+131=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A65083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65083 is #59AF7C. Grayscale: #6F6F6F. Windows color (decimal): -5877629 or 8605862. OLE color: 8605862.

HSL color Cylindrical-coordinate representation of color #A65083: hue angle of 324.42º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65083 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 131 -
CMYK 0 0.52 0.21 0.35
HSL 324.42º 0.35% 0.48% -
HSV(B) 324.42º 0.52% 0.65% -
XYZ 22.69 15.48 23.27 -
YUV 111.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 166 80 131 0 0.52 0.21 0.35 324.42 0.35 0.48
Hex A6 50 83 0 34 15 23 144 23 30
Octal 246 120 203 0 64 25 43 504 43 60
Binary 10100110 1010000 10000011 0 110100 10101 100011 101000100 100011 110000

Color Harmonies of #A65083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65083

Black with #A65083

Text Example


Text Example

White with #A65083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65083; }

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

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

background-color css

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

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

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

border-color css

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

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

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