Html Css Color HEX #A65880 Strikemaster

📋 copy color: '#A65880'

red 166 ◦ green 88 ◦ blue 128

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

Shades of Strikemaster #A65880

Tints of Strikemaster #A65880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.04%

 BLUE value IS 128 (50.39% from 255) = 33.51%

R = 43.46%
G = 23.04%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A65880 (or 0xA65880) is known color: Strikemaster. HEX triplet: A6, 58 and 80. RGB value is (166,88,128). Sum of RGB (Red+Green+Blue) = 166+88+128=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65880 is #59A77F. Grayscale: #737373. Windows color (decimal): -5875584 or 8411302. OLE color: 8411302.

HSL color Cylindrical-coordinate representation of color #A65880: hue angle of 329.23º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A65880 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 88 128 -
CMYK 0 0.47 0.23 0.35
HSL 329.23º 0.31% 0.5% -
HSV(B) 329.23º 0.47% 0.65% -
XYZ 23.11 16.64 22.42 -
YUV 115.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 166 88 128 0 0.47 0.23 0.35 329.23 0.31 0.5
Hex A6 58 80 0 2F 17 23 149 1F 32
Octal 246 130 200 0 57 27 43 511 37 62
Binary 10100110 1011000 10000000 0 101111 10111 100011 101001001 11111 110010

Color Harmonies of #A65880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65880

Black with #A65880

Text Example


Text Example

White with #A65880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65880; }

 p { color: rgb(166,88,128); }

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

background-color css

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

 a { background-color: rgb(166,88,128); }

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

border-color css

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

 span { border-color: rgb(166,88,128); }

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