Html Css Color HEX #A65188 Strikemaster

📋 copy color: '#A65188'

red 166 ◦ green 81 ◦ blue 136

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

Shades of Strikemaster #A65188

Tints of Strikemaster #A65188

RGB

 RED value IS 166 (65.23% from 255) = 43.34%

 GREEN value IS 81 (32.03% from 255) = 21.15%

 BLUE value IS 136 (53.52% from 255) = 35.51%

R = 43.34%
G = 21.15%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A65188 (or 0xA65188) is known color: Strikemaster. HEX triplet: A6, 51 and 88. RGB value is (166,81,136). Sum of RGB (Red+Green+Blue) = 166+81+136=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A65188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65188 is #59AE77. Grayscale: #707070. Windows color (decimal): -5877368 or 8933798. OLE color: 8933798.

HSL color Cylindrical-coordinate representation of color #A65188: hue angle of 321.18º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65188 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 81 136 -
CMYK 0 0.51 0.18 0.35
HSL 321.18º 0.34% 0.48% -
HSV(B) 321.18º 0.51% 0.65% -
XYZ 23.11 15.77 25.12 -
YUV 112.69 141.16 166.03 -
System Red Green Blue C M Y K H S L
Decimal 166 81 136 0 0.51 0.18 0.35 321.18 0.34 0.48
Hex A6 51 88 0 33 12 23 141 22 30
Octal 246 121 210 0 63 22 43 501 42 60
Binary 10100110 1010001 10001000 0 110011 10010 100011 101000001 100010 110000

Color Harmonies of #A65188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65188

Black with #A65188

Text Example


Text Example

White with #A65188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65188; }

 p { color: rgb(166,81,136); }

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

background-color css

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

 a { background-color: rgb(166,81,136); }

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

border-color css

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

 span { border-color: rgb(166,81,136); }

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