Html Css Color HEX #A65D88 Strikemaster

📋 copy color: '#A65D88'

red 166 ◦ green 93 ◦ blue 136

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

Shades of Strikemaster #A65D88

Tints of Strikemaster #A65D88

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

 BLUE value IS 136 (53.52% from 255) = 34.43%

R = 42.03%
G = 23.54%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A65D88 (or 0xA65D88) is known color: Strikemaster. HEX triplet: A6, 5D and 88. RGB value is (166,93,136). Sum of RGB (Red+Green+Blue) = 166+93+136=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65D88 is #59A277. Grayscale: #777777. Windows color (decimal): -5874296 or 8936870. OLE color: 8936870.

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

Color convert

RGB 166 93 136 -
CMYK 0 0.44 0.18 0.35
HSL 324.66º 0.29% 0.51% -
HSV(B) 324.66º 0.44% 0.65% -
XYZ 24.08 17.71 25.44 -
YUV 119.73 137.18 161 -
System Red Green Blue C M Y K H S L
Decimal 166 93 136 0 0.44 0.18 0.35 324.66 0.29 0.51
Hex A6 5D 88 0 2C 12 23 145 1D 33
Octal 246 135 210 0 54 22 43 505 35 63
Binary 10100110 1011101 10001000 0 101100 10010 100011 101000101 11101 110011

Color Harmonies of #A65D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65D88

Black with #A65D88

Text Example


Text Example

White with #A65D88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65D88; }

 p { color: rgb(166,93,136); }

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

background-color css

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

 a { background-color: rgb(166,93,136); }

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

border-color css

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

 span { border-color: rgb(166,93,136); }

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