Html Css Color HEX #A65C8A Strikemaster

📋 copy color: '#A65C8A'

red 166 ◦ green 92 ◦ blue 138

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

Shades of Strikemaster #A65C8A

Tints of Strikemaster #A65C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.23%

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

R = 41.92%
G = 23.23%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A65C8A (or 0xA65C8A) is known color: Strikemaster. HEX triplet: A6, 5C and 8A. RGB value is (166,92,138). Sum of RGB (Red+Green+Blue) = 166+92+138=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C8A is #59A375. Grayscale: #777777. Windows color (decimal): -5874550 or 9067686. OLE color: 9067686.

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

Color convert

RGB 166 92 138 -
CMYK 0 0.45 0.17 0.35
HSL 322.7º 0.29% 0.51% -
HSV(B) 322.7º 0.45% 0.65% -
XYZ 24.14 17.6 26.17 -
YUV 119.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 166 92 138 0 0.45 0.17 0.35 322.7 0.29 0.51
Hex A6 5C 8A 0 2D 11 23 143 1D 33
Octal 246 134 212 0 55 21 43 503 35 63
Binary 10100110 1011100 10001010 0 101101 10001 100011 101000011 11101 110011

Color Harmonies of #A65C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C8A

Black with #A65C8A

Text Example


Text Example

White with #A65C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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