Html Css Color HEX #A65E88 Strikemaster

📋 copy color: '#A65E88'

red 166 ◦ green 94 ◦ blue 136

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

Shades of Strikemaster #A65E88

Tints of Strikemaster #A65E88

RGB

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

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

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

R = 41.92%
G = 23.74%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A65E88 (or 0xA65E88) is known color: Strikemaster. HEX triplet: A6, 5E and 88. RGB value is (166,94,136). Sum of RGB (Red+Green+Blue) = 166+94+136=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65E88 is #59A177. Grayscale: #787878. Windows color (decimal): -5874040 or 8937126. OLE color: 8937126.

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

Color convert

RGB 166 94 136 -
CMYK 0 0.43 0.18 0.35
HSL 325º 0.29% 0.51% -
HSV(B) 325º 0.43% 0.65% -
XYZ 24.17 17.89 25.47 -
YUV 120.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 166 94 136 0 0.43 0.18 0.35 325 0.29 0.51
Hex A6 5E 88 0 2B 12 23 145 1D 33
Octal 246 136 210 0 53 22 43 505 35 63
Binary 10100110 1011110 10001000 0 101011 10010 100011 101000101 11101 110011

Color Harmonies of #A65E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E88

Black with #A65E88

Text Example


Text Example

White with #A65E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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