Html Css Color HEX #A5668A Strikemaster

📋 copy color: '#A5668A'

red 165 ◦ green 102 ◦ blue 138

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

Shades of Strikemaster #A5668A

Tints of Strikemaster #A5668A

RGB

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

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

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

R = 40.74%
G = 25.19%
B = 34.07%

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

#A5668A (or 0xA5668A) is known color: Strikemaster. HEX triplet: A5, 66 and 8A. RGB value is (165,102,138). Sum of RGB (Red+Green+Blue) = 165+102+138=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5668A is #5A9975. Grayscale: #7C7C7C. Windows color (decimal): -5937526 or 9070245. OLE color: 9070245.

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

Color convert

RGB 165 102 138 -
CMYK 0 0.38 0.16 0.35
HSL 325.71º 0.26% 0.52% -
HSV(B) 325.71º 0.38% 0.65% -
XYZ 24.86 19.34 26.47 -
YUV 124.94 135.37 156.57 -
System Red Green Blue C M Y K H S L
Decimal 165 102 138 0 0.38 0.16 0.35 325.71 0.26 0.52
Hex A5 66 8A 0 26 10 23 146 1A 34
Octal 245 146 212 0 46 20 43 506 32 64
Binary 10100101 1100110 10001010 0 100110 10000 100011 101000110 11010 110100

Color Harmonies of #A5668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5668A

Black with #A5668A

Text Example


Text Example

White with #A5668A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5668A; }

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

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

background-color css

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

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

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

border-color css

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

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

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