Html Css Color HEX #A3638B Strikemaster

📋 copy color: '#A3638B'

red 163 ◦ green 99 ◦ blue 139

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

Shades of Strikemaster #A3638B

Tints of Strikemaster #A3638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 40.65%
G = 24.69%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A3638B (or 0xA3638B) is known color: Strikemaster. HEX triplet: A3, 63 and 8B. RGB value is (163,99,139). Sum of RGB (Red+Green+Blue) = 163+99+139=401 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.65% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 163 - color contains mainly: red. Hex color #A3638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A3638B is #5C9C74. Grayscale: #7A7A7A. Windows color (decimal): -6069365 or 9135011. OLE color: 9135011.

HSL color Cylindrical-coordinate representation of color #A3638B: hue angle of 322.5º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A3638B is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 99 139 -
CMYK 0 0.39 0.15 0.36
HSL 322.5º 0.26% 0.51% -
HSV(B) 322.5º 0.39% 0.64% -
XYZ 24.23 18.57 26.73 -
YUV 122.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 163 99 139 0 0.39 0.15 0.36 322.5 0.26 0.51
Hex A3 63 8B 0 27 F 24 142 1A 33
Octal 243 143 213 0 47 17 44 502 32 63
Binary 10100011 1100011 10001011 0 100111 1111 100100 101000010 11010 110011

Color Harmonies of #A3638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3638B

Black with #A3638B

Text Example


Text Example

White with #A3638B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3638B; }

 p { color: rgb(163,99,139); }

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

background-color css

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

 a { background-color: rgb(163,99,139); }

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

border-color css

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

 span { border-color: rgb(163,99,139); }

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