Html Css Color HEX #A65C8D Strikemaster

📋 copy color: '#A65C8D'

red 166 ◦ green 92 ◦ blue 141

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

Shades of Strikemaster #A65C8D

Tints of Strikemaster #A65C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 41.6%
G = 23.06%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A65C8D (or 0xA65C8D) is known color: Strikemaster. HEX triplet: A6, 5C and 8D. RGB value is (166,92,141). Sum of RGB (Red+Green+Blue) = 166+92+141=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65C8D is #59A372. Grayscale: #777777. Windows color (decimal): -5874547 or 9264294. OLE color: 9264294.

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

Color convert

RGB 166 92 141 -
CMYK 0 0.45 0.15 0.35
HSL 320.27º 0.29% 0.51% -
HSV(B) 320.27º 0.45% 0.65% -
XYZ 24.36 17.68 27.33 -
YUV 119.71 140.02 161.02 -
System Red Green Blue C M Y K H S L
Decimal 166 92 141 0 0.45 0.15 0.35 320.27 0.29 0.51
Hex A6 5C 8D 0 2D F 23 140 1D 33
Octal 246 134 215 0 55 17 43 500 35 63
Binary 10100110 1011100 10001101 0 101101 1111 100011 101000000 11101 110011

Color Harmonies of #A65C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C8D

Black with #A65C8D

Text Example


Text Example

White with #A65C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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