Html Css Color HEX #A65F7E Strikemaster

📋 copy color: '#A65F7E'

red 166 ◦ green 95 ◦ blue 126

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

Shades of Strikemaster #A65F7E

Tints of Strikemaster #A65F7E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 42.89%
G = 24.55%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A65F7E (or 0xA65F7E) is known color: Strikemaster. HEX triplet: A6, 5F and 7E. RGB value is (166,95,126). Sum of RGB (Red+Green+Blue) = 166+95+126=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F7E is #59A081. Grayscale: #777777. Windows color (decimal): -5873794 or 8282022. OLE color: 8282022.

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

Color convert

RGB 166 95 126 -
CMYK 0 0.43 0.24 0.35
HSL 333.8º 0.29% 0.51% -
HSV(B) 333.8º 0.43% 0.65% -
XYZ 23.58 17.8 21.93 -
YUV 119.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 166 95 126 0 0.43 0.24 0.35 333.8 0.29 0.51
Hex A6 5F 7E 0 2B 18 23 14E 1D 33
Octal 246 137 176 0 53 30 43 516 35 63
Binary 10100110 1011111 1111110 0 101011 11000 100011 101001110 11101 110011

Color Harmonies of #A65F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F7E

Black with #A65F7E

Text Example


Text Example

White with #A65F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F7E; }

 p { color: rgb(166,95,126); }

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

background-color css

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

 a { background-color: rgb(166,95,126); }

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

border-color css

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

 span { border-color: rgb(166,95,126); }

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