Html Css Color HEX #A0667D Strikemaster

📋 copy color: '#A0667D'

red 160 ◦ green 102 ◦ blue 125

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

Shades of Strikemaster #A0667D

Tints of Strikemaster #A0667D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 41.34%
G = 26.36%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0667D (or 0xA0667D) is known color: Strikemaster. HEX triplet: A0, 66 and 7D. RGB value is (160,102,125). Sum of RGB (Red+Green+Blue) = 160+102+125=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A0667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0667D is #5F9982. Grayscale: #797979. Windows color (decimal): -6265219 or 8218272. OLE color: 8218272.

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

Color convert

RGB 160 102 125 -
CMYK 0 0.36 0.22 0.37
HSL 336.21º 0.23% 0.51% -
HSV(B) 336.21º 0.36% 0.63% -
XYZ 22.95 18.46 21.75 -
YUV 121.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 160 102 125 0 0.36 0.22 0.37 336.21 0.23 0.51
Hex A0 66 7D 0 24 16 25 150 17 33
Octal 240 146 175 0 44 26 45 520 27 63
Binary 10100000 1100110 1111101 0 100100 10110 100101 101010000 10111 110011

Color Harmonies of #A0667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0667D

Black with #A0667D

Text Example


Text Example

White with #A0667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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