Html Css Color HEX #A0638A Strikemaster

📋 copy color: '#A0638A'

red 160 ◦ green 99 ◦ blue 138

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

Shades of Strikemaster #A0638A

Tints of Strikemaster #A0638A

RGB

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

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

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

R = 40.3%
G = 24.94%
B = 34.76%

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

#A0638A (or 0xA0638A) is known color: Strikemaster. HEX triplet: A0, 63 and 8A. RGB value is (160,99,138). Sum of RGB (Red+Green+Blue) = 160+99+138=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A0638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0638A is #5F9C75. Grayscale: #797979. Windows color (decimal): -6265974 or 9069472. OLE color: 9069472.

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

Color convert

RGB 160 99 138 -
CMYK 0 0.38 0.14 0.37
HSL 321.64º 0.24% 0.51% -
HSV(B) 321.64º 0.38% 0.63% -
XYZ 23.55 18.23 26.32 -
YUV 121.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 160 99 138 0 0.38 0.14 0.37 321.64 0.24 0.51
Hex A0 63 8A 0 26 E 25 142 18 33
Octal 240 143 212 0 46 16 45 502 30 63
Binary 10100000 1100011 10001010 0 100110 1110 100101 101000010 11000 110011

Color Harmonies of #A0638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0638A

Black with #A0638A

Text Example


Text Example

White with #A0638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0638A; }

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

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

background-color css

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

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

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

border-color css

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

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

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