Html Css Color HEX #A0668B Strikemaster

📋 copy color: '#A0668B'

red 160 ◦ green 102 ◦ blue 139

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

Shades of Strikemaster #A0668B

Tints of Strikemaster #A0668B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.44%

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

R = 39.9%
G = 25.44%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0668B (or 0xA0668B) is known color: Strikemaster. HEX triplet: A0, 66 and 8B. RGB value is (160,102,139). Sum of RGB (Red+Green+Blue) = 160+102+139=401 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.90% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 160 - color contains mainly: red. Hex color #A0668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0668B is #5F9974. Grayscale: #7B7B7B. Windows color (decimal): -6265205 or 9135776. OLE color: 9135776.

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

Color convert

RGB 160 102 139 -
CMYK 0 0.36 0.13 0.37
HSL 321.72º 0.23% 0.51% -
HSV(B) 321.72º 0.36% 0.63% -
XYZ 23.91 18.84 26.8 -
YUV 123.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 160 102 139 0 0.36 0.13 0.37 321.72 0.23 0.51
Hex A0 66 8B 0 24 D 25 142 17 33
Octal 240 146 213 0 44 15 45 502 27 63
Binary 10100000 1100110 10001011 0 100100 1101 100101 101000010 10111 110011

Color Harmonies of #A0668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0668B

Black with #A0668B

Text Example


Text Example

White with #A0668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0668B; }

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

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

background-color css

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

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

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

border-color css

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

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

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