Html Css Color HEX #A0618A Strikemaster

📋 copy color: '#A0618A'

red 160 ◦ green 97 ◦ blue 138

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

Shades of Strikemaster #A0618A

Tints of Strikemaster #A0618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

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

R = 40.51%
G = 24.56%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0618A (or 0xA0618A) is known color: Strikemaster. HEX triplet: A0, 61 and 8A. RGB value is (160,97,138). Sum of RGB (Red+Green+Blue) = 160+97+138=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A0618A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0618A is #5F9E75. Grayscale: #787878. Windows color (decimal): -6266486 or 9068960. OLE color: 9068960.

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

Color convert

RGB 160 97 138 -
CMYK 0 0.39 0.14 0.37
HSL 320.95º 0.25% 0.5% -
HSV(B) 320.95º 0.39% 0.63% -
XYZ 23.36 17.86 26.26 -
YUV 120.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 160 97 138 0 0.39 0.14 0.37 320.95 0.25 0.5
Hex A0 61 8A 0 27 E 25 141 19 32
Octal 240 141 212 0 47 16 45 501 31 62
Binary 10100000 1100001 10001010 0 100111 1110 100101 101000001 11001 110010

Color Harmonies of #A0618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0618A

Black with #A0618A

Text Example


Text Example

White with #A0618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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