Html Css Color HEX #A35E8C Strikemaster

📋 copy color: '#A35E8C'

red 163 ◦ green 94 ◦ blue 140

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

Shades of Strikemaster #A35E8C

Tints of Strikemaster #A35E8C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.68%

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

R = 41.06%
G = 23.68%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A35E8C (or 0xA35E8C) is known color: Strikemaster. HEX triplet: A3, 5E and 8C. RGB value is (163,94,140). Sum of RGB (Red+Green+Blue) = 163+94+140=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 163 - color contains mainly: red. Hex color #A35E8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35E8C is #5CA173. Grayscale: #777777. Windows color (decimal): -6070644 or 9199267. OLE color: 9199267.

HSL color Cylindrical-coordinate representation of color #A35E8C: hue angle of 320º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A35E8C is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 94 140 -
CMYK 0 0.42 0.14 0.36
HSL 320º 0.27% 0.5% -
HSV(B) 320º 0.42% 0.64% -
XYZ 23.84 17.69 26.97 -
YUV 119.88 139.36 158.76 -
System Red Green Blue C M Y K H S L
Decimal 163 94 140 0 0.42 0.14 0.36 320 0.27 0.5
Hex A3 5E 8C 0 2A E 24 140 1B 32
Octal 243 136 214 0 52 16 44 500 33 62
Binary 10100011 1011110 10001100 0 101010 1110 100100 101000000 11011 110010

Color Harmonies of #A35E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35E8C

Black with #A35E8C

Text Example


Text Example

White with #A35E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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