Html Css Color HEX #A0688A Strikemaster

📋 copy color: '#A0688A'

red 160 ◦ green 104 ◦ blue 138

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

Shades of Strikemaster #A0688A

Tints of Strikemaster #A0688A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.87%

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

R = 39.8%
G = 25.87%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0688A (or 0xA0688A) is known color: Strikemaster. HEX triplet: A0, 68 and 8A. RGB value is (160,104,138). Sum of RGB (Red+Green+Blue) = 160+104+138=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0688A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0688A is #5F9775. Grayscale: #7C7C7C. Windows color (decimal): -6264694 or 9070752. OLE color: 9070752.

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

Color convert

RGB 160 104 138 -
CMYK 0 0.35 0.14 0.37
HSL 323.57º 0.23% 0.52% -
HSV(B) 323.57º 0.35% 0.63% -
XYZ 24.03 19.21 26.49 -
YUV 124.62 135.55 153.24 -
System Red Green Blue C M Y K H S L
Decimal 160 104 138 0 0.35 0.14 0.37 323.57 0.23 0.52
Hex A0 68 8A 0 23 E 25 144 17 34
Octal 240 150 212 0 43 16 45 504 27 64
Binary 10100000 1101000 10001010 0 100011 1110 100101 101000100 10111 110100

Color Harmonies of #A0688A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0688A

Black with #A0688A

Text Example


Text Example

White with #A0688A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0688A; }

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

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

background-color css

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

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

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

border-color css

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

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

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