Html Css Color HEX #A3668C Strikemaster

📋 copy color: '#A3668C'

red 163 ◦ green 102 ◦ blue 140

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

Shades of Strikemaster #A3668C

Tints of Strikemaster #A3668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.57%

R = 40.25%
G = 25.19%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A3668C (or 0xA3668C) is known color: Strikemaster. HEX triplet: A3, 66 and 8C. RGB value is (163,102,140). Sum of RGB (Red+Green+Blue) = 163+102+140=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3668C is #5C9973. Grayscale: #7C7C7C. Windows color (decimal): -6068596 or 9201315. OLE color: 9201315.

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

Color convert

RGB 163 102 140 -
CMYK 0 0.37 0.14 0.36
HSL 322.62º 0.25% 0.52% -
HSV(B) 322.62º 0.37% 0.64% -
XYZ 24.59 19.18 27.22 -
YUV 124.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 163 102 140 0 0.37 0.14 0.36 322.62 0.25 0.52
Hex A3 66 8C 0 25 E 24 143 19 34
Octal 243 146 214 0 45 16 44 503 31 64
Binary 10100011 1100110 10001100 0 100101 1110 100100 101000011 11001 110100

Color Harmonies of #A3668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3668C

Black with #A3668C

Text Example


Text Example

White with #A3668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3668C; }

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

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

background-color css

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

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

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

border-color css

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

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

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