Html Css Color HEX #A65A8A Strikemaster

📋 copy color: '#A65A8A'

red 166 ◦ green 90 ◦ blue 138

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

Shades of Strikemaster #A65A8A

Tints of Strikemaster #A65A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.84%

 BLUE value IS 138 (54.3% from 255) = 35.03%

R = 42.13%
G = 22.84%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A65A8A (or 0xA65A8A) is known color: Strikemaster. HEX triplet: A6, 5A and 8A. RGB value is (166,90,138). Sum of RGB (Red+Green+Blue) = 166+90+138=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65A8A is #59A575. Grayscale: #767676. Windows color (decimal): -5875062 or 9067174. OLE color: 9067174.

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

Color convert

RGB 166 90 138 -
CMYK 0 0.46 0.17 0.35
HSL 322.11º 0.3% 0.5% -
HSV(B) 322.11º 0.46% 0.65% -
XYZ 23.97 17.25 26.11 -
YUV 118.2 139.18 162.1 -
System Red Green Blue C M Y K H S L
Decimal 166 90 138 0 0.46 0.17 0.35 322.11 0.3 0.5
Hex A6 5A 8A 0 2E 11 23 142 1E 32
Octal 246 132 212 0 56 21 43 502 36 62
Binary 10100110 1011010 10001010 0 101110 10001 100011 101000010 11110 110010

Color Harmonies of #A65A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A8A

Black with #A65A8A

Text Example


Text Example

White with #A65A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A8A; }

 p { color: rgb(166,90,138); }

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

background-color css

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

 a { background-color: rgb(166,90,138); }

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

border-color css

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

 span { border-color: rgb(166,90,138); }

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