Html Css Color HEX #A06683 Strikemaster

📋 copy color: '#A06683'

red 160 ◦ green 102 ◦ blue 131

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

Shades of Strikemaster #A06683

Tints of Strikemaster #A06683

RGB

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

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

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

R = 40.71%
G = 25.95%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A06683 (or 0xA06683) is known color: Strikemaster. HEX triplet: A0, 66 and 83. RGB value is (160,102,131). Sum of RGB (Red+Green+Blue) = 160+102+131=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 102 (40.23% from 255 or 25.95% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A06683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A06683 is #5F997C. Grayscale: #7A7A7A. Windows color (decimal): -6265213 or 8611488. OLE color: 8611488.

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

Color convert

RGB 160 102 131 -
CMYK 0 0.36 0.18 0.37
HSL 330º 0.23% 0.51% -
HSV(B) 330º 0.36% 0.63% -
XYZ 23.35 18.62 23.84 -
YUV 122.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 160 102 131 0 0.36 0.18 0.37 330 0.23 0.51
Hex A0 66 83 0 24 12 25 14A 17 33
Octal 240 146 203 0 44 22 45 512 27 63
Binary 10100000 1100110 10000011 0 100100 10010 100101 101001010 10111 110011

Color Harmonies of #A06683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06683

Black with #A06683

Text Example


Text Example

White with #A06683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06683; }

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

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

background-color css

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

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

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

border-color css

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

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

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