Html Css Color HEX #A06390 Strikemaster

📋 copy color: '#A06390'

red 160 ◦ green 99 ◦ blue 144

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

Shades of Strikemaster #A06390

Tints of Strikemaster #A06390

RGB

 RED value IS 160 (62.89% from 255) = 39.7%

 GREEN value IS 99 (39.06% from 255) = 24.57%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 39.7%
G = 24.57%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A06390 (or 0xA06390) is known color: Strikemaster. HEX triplet: A0, 63 and 90. RGB value is (160,99,144). Sum of RGB (Red+Green+Blue) = 160+99+144=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A06390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06390 is #5F9C6F. Grayscale: #7A7A7A. Windows color (decimal): -6265968 or 9462688. OLE color: 9462688.

HSL color Cylindrical-coordinate representation of color #A06390: hue angle of 315.74º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06390 is Cyan = 0, Magento = 0.38, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 99 144 -
CMYK 0 0.38 0.1 0.37
HSL 315.74º 0.24% 0.51% -
HSV(B) 315.74º 0.38% 0.63% -
XYZ 23.99 18.41 28.67 -
YUV 122.37 140.21 154.84 -
System Red Green Blue C M Y K H S L
Decimal 160 99 144 0 0.38 0.1 0.37 315.74 0.24 0.51
Hex A0 63 90 0 26 A 25 13C 18 33
Octal 240 143 220 0 46 12 45 474 30 63
Binary 10100000 1100011 10010000 0 100110 1010 100101 100111100 11000 110011

Color Harmonies of #A06390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06390

Black with #A06390

Text Example


Text Example

White with #A06390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06390; }

 p { color: rgb(160,99,144); }

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

background-color css

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

 a { background-color: rgb(160,99,144); }

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

border-color css

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

 span { border-color: rgb(160,99,144); }

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