Html Css Color HEX #A65E8A Strikemaster

📋 copy color: '#A65E8A'

red 166 ◦ green 94 ◦ blue 138

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

Shades of Strikemaster #A65E8A

Tints of Strikemaster #A65E8A

RGB

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

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

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

R = 41.71%
G = 23.62%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A65E8A (or 0xA65E8A) is known color: Strikemaster. HEX triplet: A6, 5E and 8A. RGB value is (166,94,138). Sum of RGB (Red+Green+Blue) = 166+94+138=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65E8A is #59A175. Grayscale: #787878. Windows color (decimal): -5874038 or 9068198. OLE color: 9068198.

HSL color Cylindrical-coordinate representation of color #A65E8A: hue angle of 323.33º 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 #A65E8A is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 94 138 -
CMYK 0 0.43 0.17 0.35
HSL 323.33º 0.29% 0.51% -
HSV(B) 323.33º 0.43% 0.65% -
XYZ 24.32 17.95 26.23 -
YUV 120.54 137.85 160.42 -
System Red Green Blue C M Y K H S L
Decimal 166 94 138 0 0.43 0.17 0.35 323.33 0.29 0.51
Hex A6 5E 8A 0 2B 11 23 143 1D 33
Octal 246 136 212 0 53 21 43 503 35 63
Binary 10100110 1011110 10001010 0 101011 10001 100011 101000011 11101 110011

Color Harmonies of #A65E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E8A

Black with #A65E8A

Text Example


Text Example

White with #A65E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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