Html Css Color HEX #A65488 Strikemaster

📋 copy color: '#A65488'

red 166 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #A65488

Tints of Strikemaster #A65488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.76%

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

R = 43.01%
G = 21.76%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A65488 (or 0xA65488) is known color: Strikemaster. HEX triplet: A6, 54 and 88. RGB value is (166,84,136). Sum of RGB (Red+Green+Blue) = 166+84+136=386 (51% of max value = 765). Red value is 166 (65.23% from 255 or 43.01% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 166 - color contains mainly: red. Hex color #A65488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65488 is #59AB77. Grayscale: #727272. Windows color (decimal): -5876600 or 8934566. OLE color: 8934566.

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

Color convert

RGB 166 84 136 -
CMYK 0 0.49 0.18 0.35
HSL 321.95º 0.33% 0.49% -
HSV(B) 321.95º 0.49% 0.65% -
XYZ 23.34 16.23 25.19 -
YUV 114.45 140.17 164.77 -
System Red Green Blue C M Y K H S L
Decimal 166 84 136 0 0.49 0.18 0.35 321.95 0.33 0.49
Hex A6 54 88 0 31 12 23 142 21 31
Octal 246 124 210 0 61 22 43 502 41 61
Binary 10100110 1010100 10001000 0 110001 10010 100011 101000010 100001 110001

Color Harmonies of #A65488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65488

Black with #A65488

Text Example


Text Example

White with #A65488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65488; }

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

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

background-color css

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

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

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

border-color css

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

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

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