Html Css Color HEX #A3668E Strikemaster

📋 copy color: '#A3668E'

red 163 ◦ green 102 ◦ blue 142

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

Shades of Strikemaster #A3668E

Tints of Strikemaster #A3668E

RGB

 RED value IS 163 (64.06% from 255) = 40.05%

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 40.05%
G = 25.06%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A3668E (or 0xA3668E) is known color: Strikemaster. HEX triplet: A3, 66 and 8E. RGB value is (163,102,142). Sum of RGB (Red+Green+Blue) = 163+102+142=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 163 - color contains mainly: red. Hex color #A3668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3668E is #5C9971. Grayscale: #7C7C7C. Windows color (decimal): -6068594 or 9332387. OLE color: 9332387.

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

Color convert

RGB 163 102 142 -
CMYK 0 0.37 0.13 0.36
HSL 320.66º 0.25% 0.52% -
HSV(B) 320.66º 0.37% 0.64% -
XYZ 24.74 19.24 28 -
YUV 124.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 163 102 142 0 0.37 0.13 0.36 320.66 0.25 0.52
Hex A3 66 8E 0 25 D 24 141 19 34
Octal 243 146 216 0 45 15 44 501 31 64
Binary 10100011 1100110 10001110 0 100101 1101 100100 101000001 11001 110100

Color Harmonies of #A3668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3668E

Black with #A3668E

Text Example


Text Example

White with #A3668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3668E; }

 p { color: rgb(163,102,142); }

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

background-color css

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

 a { background-color: rgb(163,102,142); }

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

border-color css

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

 span { border-color: rgb(163,102,142); }

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