Html Css Color HEX #A0608A Strikemaster

📋 copy color: '#A0608A'

red 160 ◦ green 96 ◦ blue 138

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

Shades of Strikemaster #A0608A

Tints of Strikemaster #A0608A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.37%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 40.61%
G = 24.37%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0608A (or 0xA0608A) is known color: Strikemaster. HEX triplet: A0, 60 and 8A. RGB value is (160,96,138). Sum of RGB (Red+Green+Blue) = 160+96+138=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 160 - color contains mainly: red. Hex color #A0608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0608A is #5F9F75. Grayscale: #777777. Windows color (decimal): -6266742 or 9068704. OLE color: 9068704.

HSL color Cylindrical-coordinate representation of color #A0608A: hue angle of 320.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0608A is Cyan = 0, Magento = 0.4, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 96 138 -
CMYK 0 0.4 0.14 0.37
HSL 320.63º 0.25% 0.5% -
HSV(B) 320.63º 0.4% 0.63% -
XYZ 23.27 17.67 26.23 -
YUV 119.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 160 96 138 0 0.4 0.14 0.37 320.63 0.25 0.5
Hex A0 60 8A 0 28 E 25 141 19 32
Octal 240 140 212 0 50 16 45 501 31 62
Binary 10100000 1100000 10001010 0 101000 1110 100101 101000001 11001 110010

Color Harmonies of #A0608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0608A

Black with #A0608A

Text Example


Text Example

White with #A0608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0608A; }

 p { color: rgb(160,96,138); }

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

background-color css

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

 a { background-color: rgb(160,96,138); }

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

border-color css

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

 span { border-color: rgb(160,96,138); }

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