Html Css Color HEX #A06885 Strikemaster

📋 copy color: '#A06885'

red 160 ◦ green 104 ◦ blue 133

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

Shades of Strikemaster #A06885

Tints of Strikemaster #A06885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 40.3%
G = 26.2%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A06885 (or 0xA06885) is known color: Strikemaster. HEX triplet: A0, 68 and 85. RGB value is (160,104,133). Sum of RGB (Red+Green+Blue) = 160+104+133=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 160 - color contains mainly: red. Hex color #A06885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06885 is #5F977A. Grayscale: #7B7B7B. Windows color (decimal): -6264699 or 8743072. OLE color: 8743072.

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

Color convert

RGB 160 104 133 -
CMYK 0 0.35 0.17 0.37
HSL 328.93º 0.23% 0.52% -
HSV(B) 328.93º 0.35% 0.63% -
XYZ 23.68 19.07 24.62 -
YUV 124.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 160 104 133 0 0.35 0.17 0.37 328.93 0.23 0.52
Hex A0 68 85 0 23 11 25 149 17 34
Octal 240 150 205 0 43 21 45 511 27 64
Binary 10100000 1101000 10000101 0 100011 10001 100101 101001001 10111 110100

Color Harmonies of #A06885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06885

Black with #A06885

Text Example


Text Example

White with #A06885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06885; }

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

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

background-color css

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

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

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

border-color css

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

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

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