Html Css Color HEX #A0638D Strikemaster

📋 copy color: '#A0638D'

red 160 ◦ green 99 ◦ blue 141

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

Shades of Strikemaster #A0638D

Tints of Strikemaster #A0638D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.25%

R = 40%
G = 24.75%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0638D (or 0xA0638D) is known color: Strikemaster. HEX triplet: A0, 63 and 8D. RGB value is (160,99,141). Sum of RGB (Red+Green+Blue) = 160+99+141=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0638D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0638D is #5F9C72. Grayscale: #797979. Windows color (decimal): -6265971 or 9266080. OLE color: 9266080.

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

Color convert

RGB 160 99 141 -
CMYK 0 0.38 0.12 0.37
HSL 318.69º 0.24% 0.51% -
HSV(B) 318.69º 0.38% 0.63% -
XYZ 23.77 18.32 27.48 -
YUV 122.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 160 99 141 0 0.38 0.12 0.37 318.69 0.24 0.51
Hex A0 63 8D 0 26 C 25 13F 18 33
Octal 240 143 215 0 46 14 45 477 30 63
Binary 10100000 1100011 10001101 0 100110 1100 100101 100111111 11000 110011

Color Harmonies of #A0638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0638D

Black with #A0638D

Text Example


Text Example

White with #A0638D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0638D; }

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

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

background-color css

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

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

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

border-color css

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

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

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