Html Css Color HEX #A0658B Strikemaster

📋 copy color: '#A0658B'

red 160 ◦ green 101 ◦ blue 139

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

Shades of Strikemaster #A0658B

Tints of Strikemaster #A0658B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 40%
G = 25.25%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0658B (or 0xA0658B) is known color: Strikemaster. HEX triplet: A0, 65 and 8B. RGB value is (160,101,139). Sum of RGB (Red+Green+Blue) = 160+101+139=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0658B is #5F9A74. Grayscale: #7A7A7A. Windows color (decimal): -6265461 or 9135520. OLE color: 9135520.

HSL color Cylindrical-coordinate representation of color #A0658B: hue angle of 321.36º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0658B is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 101 139 -
CMYK 0 0.37 0.13 0.37
HSL 321.36º 0.24% 0.51% -
HSV(B) 321.36º 0.37% 0.63% -
XYZ 23.81 18.65 26.77 -
YUV 122.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 160 101 139 0 0.37 0.13 0.37 321.36 0.24 0.51
Hex A0 65 8B 0 25 D 25 141 18 33
Octal 240 145 213 0 45 15 45 501 30 63
Binary 10100000 1100101 10001011 0 100101 1101 100101 101000001 11000 110011

Color Harmonies of #A0658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0658B

Black with #A0658B

Text Example


Text Example

White with #A0658B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0658B; }

 p { color: rgb(160,101,139); }

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

background-color css

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

 a { background-color: rgb(160,101,139); }

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

border-color css

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

 span { border-color: rgb(160,101,139); }

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