Html Css Color HEX #A3668A Strikemaster

📋 copy color: '#A3668A'

red 163 ◦ green 102 ◦ blue 138

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

Shades of Strikemaster #A3668A

Tints of Strikemaster #A3668A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.24%

R = 40.45%
G = 25.31%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3668A (or 0xA3668A) is known color: Strikemaster. HEX triplet: A3, 66 and 8A. RGB value is (163,102,138). Sum of RGB (Red+Green+Blue) = 163+102+138=403 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.45% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 163 - color contains mainly: red. Hex color #A3668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3668A is #5C9975. Grayscale: #7C7C7C. Windows color (decimal): -6068598 or 9070243. OLE color: 9070243.

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

Color convert

RGB 163 102 138 -
CMYK 0 0.37 0.15 0.36
HSL 324.59º 0.25% 0.52% -
HSV(B) 324.59º 0.37% 0.64% -
XYZ 24.44 19.12 26.45 -
YUV 124.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 163 102 138 0 0.37 0.15 0.36 324.59 0.25 0.52
Hex A3 66 8A 0 25 F 24 145 19 34
Octal 243 146 212 0 45 17 44 505 31 64
Binary 10100011 1100110 10001010 0 100101 1111 100100 101000101 11001 110100

Color Harmonies of #A3668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3668A

Black with #A3668A

Text Example


Text Example

White with #A3668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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