Html Css Color HEX #A06883 Strikemaster

📋 copy color: '#A06883'

red 160 ◦ green 104 ◦ blue 131

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

Shades of Strikemaster #A06883

Tints of Strikemaster #A06883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.16%

R = 40.51%
G = 26.33%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A06883 (or 0xA06883) is known color: Strikemaster. HEX triplet: A0, 68 and 83. RGB value is (160,104,131). Sum of RGB (Red+Green+Blue) = 160+104+131=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A06883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06883 is #5F977C. Grayscale: #7B7B7B. Windows color (decimal): -6264701 or 8612000. OLE color: 8612000.

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

Color convert

RGB 160 104 131 -
CMYK 0 0.35 0.18 0.37
HSL 331.07º 0.23% 0.52% -
HSV(B) 331.07º 0.35% 0.63% -
XYZ 23.54 19.01 23.9 -
YUV 123.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 160 104 131 0 0.35 0.18 0.37 331.07 0.23 0.52
Hex A0 68 83 0 23 12 25 14B 17 34
Octal 240 150 203 0 43 22 45 513 27 64
Binary 10100000 1101000 10000011 0 100011 10010 100101 101001011 10111 110100

Color Harmonies of #A06883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06883

Black with #A06883

Text Example


Text Example

White with #A06883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06883; }

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

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

background-color css

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

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

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

border-color css

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

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

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