Html Css Color HEX #A65288 Strikemaster

📋 copy color: '#A65288'

red 166 ◦ green 82 ◦ blue 136

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

Shades of Strikemaster #A65288

Tints of Strikemaster #A65288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 43.23%
G = 21.35%
B = 35.42%

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

#A65288 (or 0xA65288) is known color: Strikemaster. HEX triplet: A6, 52 and 88. RGB value is (166,82,136). Sum of RGB (Red+Green+Blue) = 166+82+136=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 166 - color contains mainly: red. Hex color #A65288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65288 is #59AD77. Grayscale: #717171. Windows color (decimal): -5877112 or 8934054. OLE color: 8934054.

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

Color convert

RGB 166 82 136 -
CMYK 0 0.51 0.18 0.35
HSL 321.43º 0.34% 0.49% -
HSV(B) 321.43º 0.51% 0.65% -
XYZ 23.19 15.92 25.14 -
YUV 113.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 166 82 136 0 0.51 0.18 0.35 321.43 0.34 0.49
Hex A6 52 88 0 33 12 23 141 22 31
Octal 246 122 210 0 63 22 43 501 42 61
Binary 10100110 1010010 10001000 0 110011 10010 100011 101000001 100010 110001

Color Harmonies of #A65288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65288

Black with #A65288

Text Example


Text Example

White with #A65288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65288; }

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

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

background-color css

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

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

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

border-color css

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

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

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