Html Css Color HEX #A5668B Strikemaster

📋 copy color: '#A5668B'

red 165 ◦ green 102 ◦ blue 139

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

Shades of Strikemaster #A5668B

Tints of Strikemaster #A5668B

RGB

 RED value IS 165 (64.84% from 255) = 40.64%

 GREEN value IS 102 (40.23% from 255) = 25.12%

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 40.64%
G = 25.12%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5668B (or 0xA5668B) is known color: Strikemaster. HEX triplet: A5, 66 and 8B. RGB value is (165,102,139). Sum of RGB (Red+Green+Blue) = 165+102+139=406 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.64% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 165 - color contains mainly: red. Hex color #A5668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5668B is #5A9974. Grayscale: #7C7C7C. Windows color (decimal): -5937525 or 9135781. OLE color: 9135781.

HSL color Cylindrical-coordinate representation of color #A5668B: hue angle of 324.76º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5668B is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 102 139 -
CMYK 0 0.38 0.16 0.35
HSL 324.76º 0.26% 0.52% -
HSV(B) 324.76º 0.38% 0.65% -
XYZ 24.93 19.37 26.85 -
YUV 125.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 165 102 139 0 0.38 0.16 0.35 324.76 0.26 0.52
Hex A5 66 8B 0 26 10 23 145 1A 34
Octal 245 146 213 0 46 20 43 505 32 64
Binary 10100101 1100110 10001011 0 100110 10000 100011 101000101 11010 110100

Color Harmonies of #A5668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5668B

Black with #A5668B

Text Example


Text Example

White with #A5668B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5668B; }

 p { color: rgb(165,102,139); }

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

background-color css

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

 a { background-color: rgb(165,102,139); }

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

border-color css

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

 span { border-color: rgb(165,102,139); }

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