Html Css Color HEX #A35D8B Strikemaster

📋 copy color: '#A35D8B'

red 163 ◦ green 93 ◦ blue 139

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

Shades of Strikemaster #A35D8B

Tints of Strikemaster #A35D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

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

R = 41.27%
G = 23.54%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A35D8B (or 0xA35D8B) is known color: Strikemaster. HEX triplet: A3, 5D and 8B. RGB value is (163,93,139). Sum of RGB (Red+Green+Blue) = 163+93+139=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A35D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35D8B is #5CA274. Grayscale: #777777. Windows color (decimal): -6070901 or 9133475. OLE color: 9133475.

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

Color convert

RGB 163 93 139 -
CMYK 0 0.43 0.15 0.36
HSL 320.57º 0.28% 0.5% -
HSV(B) 320.57º 0.43% 0.64% -
XYZ 23.68 17.48 26.55 -
YUV 119.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 163 93 139 0 0.43 0.15 0.36 320.57 0.28 0.5
Hex A3 5D 8B 0 2B F 24 141 1C 32
Octal 243 135 213 0 53 17 44 501 34 62
Binary 10100011 1011101 10001011 0 101011 1111 100100 101000001 11100 110010

Color Harmonies of #A35D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35D8B

Black with #A35D8B

Text Example


Text Example

White with #A35D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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