Html Css Color HEX #AB668E Strikemaster

📋 copy color: '#AB668E'

red 171 ◦ green 102 ◦ blue 142

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

Shades of Strikemaster #AB668E

Tints of Strikemaster #AB668E

RGB

 RED value IS 171 (67.19% from 255) = 41.2%

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 41.2%
G = 24.58%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AB668E (or 0xAB668E) is known color: Strikemaster. HEX triplet: AB, 66 and 8E. RGB value is (171,102,142). Sum of RGB (Red+Green+Blue) = 171+102+142=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB668E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB668E is #549971. Grayscale: #7F7F7F. Windows color (decimal): -5544306 or 9332395. OLE color: 9332395.

HSL color Cylindrical-coordinate representation of color #AB668E: hue angle of 325.22º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB668E is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 142 -
CMYK 0 0.40 0.17 0.33
HSL 325.22º 0.29% 0.54% -
HSV(B) 325.22º 0.4% 0.67% -
XYZ 26.43 20.11 28.08 -
YUV 127.19 136.36 159.25 -
System Red Green Blue C M Y K H S L
Decimal 171 102 142 0 0.40 0.17 0.33 325.22 0.29 0.54
Hex AB 66 8E 0 28 11 21 145 1D 36
Octal 253 146 216 0 50 21 41 505 35 66
Binary 10101011 1100110 10001110 0 101000 10001 100001 101000101 11101 110110

Color Harmonies of #AB668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB668E

Black with #AB668E

Text Example


Text Example

White with #AB668E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB668E; }

 p { color: rgb(171,102,142); }

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

background-color css

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

 a { background-color: rgb(171,102,142); }

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

border-color css

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

 span { border-color: rgb(171,102,142); }

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