Html Css Color HEX #A0688B Strikemaster

📋 copy color: '#A0688B'

red 160 ◦ green 104 ◦ blue 139

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

Shades of Strikemaster #A0688B

Tints of Strikemaster #A0688B

RGB

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

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

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

R = 39.7%
G = 25.81%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0688B (or 0xA0688B) is known color: Strikemaster. HEX triplet: A0, 68 and 8B. RGB value is (160,104,139). Sum of RGB (Red+Green+Blue) = 160+104+139=403 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.70% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 160 - color contains mainly: red. Hex color #A0688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0688B is #5F9774. Grayscale: #7C7C7C. Windows color (decimal): -6264693 or 9136288. OLE color: 9136288.

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

Color convert

RGB 160 104 139 -
CMYK 0 0.35 0.13 0.37
HSL 322.5º 0.23% 0.52% -
HSV(B) 322.5º 0.35% 0.63% -
XYZ 24.11 19.24 26.87 -
YUV 124.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 160 104 139 0 0.35 0.13 0.37 322.5 0.23 0.52
Hex A0 68 8B 0 23 D 25 142 17 34
Octal 240 150 213 0 43 15 45 502 27 64
Binary 10100000 1101000 10001011 0 100011 1101 100101 101000010 10111 110100

Color Harmonies of #A0688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0688B

Black with #A0688B

Text Example


Text Example

White with #A0688B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0688B; }

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

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

background-color css

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

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

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

border-color css

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

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

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