Html Css Color HEX #A35F83 Strikemaster

📋 copy color: '#A35F83'

red 163 ◦ green 95 ◦ blue 131

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

Shades of Strikemaster #A35F83

Tints of Strikemaster #A35F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 131 (51.56% from 255) = 33.68%

R = 41.9%
G = 24.42%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A35F83 (or 0xA35F83) is known color: Strikemaster. HEX triplet: A3, 5F and 83. RGB value is (163,95,131). Sum of RGB (Red+Green+Blue) = 163+95+131=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A35F83 is #5CA07C. Grayscale: #777777. Windows color (decimal): -6070397 or 8609699. OLE color: 8609699.

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

Color convert

RGB 163 95 131 -
CMYK 0 0.42 0.20 0.36
HSL 328.24º 0.27% 0.51% -
HSV(B) 328.24º 0.42% 0.64% -
XYZ 23.29 17.61 23.64 -
YUV 119.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 163 95 131 0 0.42 0.20 0.36 328.24 0.27 0.51
Hex A3 5F 83 0 2A 14 24 148 1B 33
Octal 243 137 203 0 52 24 44 510 33 63
Binary 10100011 1011111 10000011 0 101010 10100 100100 101001000 11011 110011

Color Harmonies of #A35F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35F83

Black with #A35F83

Text Example


Text Example

White with #A35F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35F83; }

 p { color: rgb(163,95,131); }

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

background-color css

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

 a { background-color: rgb(163,95,131); }

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

border-color css

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

 span { border-color: rgb(163,95,131); }

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