Html Css Color HEX #A0648A Strikemaster

📋 copy color: '#A0648A'

red 160 ◦ green 100 ◦ blue 138

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

Shades of Strikemaster #A0648A

Tints of Strikemaster #A0648A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

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

R = 40.2%
G = 25.13%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0648A (or 0xA0648A) is known color: Strikemaster. HEX triplet: A0, 64 and 8A. RGB value is (160,100,138). Sum of RGB (Red+Green+Blue) = 160+100+138=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A0648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0648A is #5F9B75. Grayscale: #7A7A7A. Windows color (decimal): -6265718 or 9069728. OLE color: 9069728.

HSL color Cylindrical-coordinate representation of color #A0648A: hue angle of 322º 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 #A0648A is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 138 -
CMYK 0 0.38 0.14 0.37
HSL 322º 0.24% 0.51% -
HSV(B) 322º 0.38% 0.63% -
XYZ 23.64 18.42 26.35 -
YUV 122.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 160 100 138 0 0.38 0.14 0.37 322 0.24 0.51
Hex A0 64 8A 0 26 E 25 142 18 33
Octal 240 144 212 0 46 16 45 502 30 63
Binary 10100000 1100100 10001010 0 100110 1110 100101 101000010 11000 110011

Color Harmonies of #A0648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0648A

Black with #A0648A

Text Example


Text Example

White with #A0648A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0648A; }

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

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

background-color css

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

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

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

border-color css

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

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

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