Html Css Color HEX #AB638A Strikemaster

📋 copy color: '#AB638A'

red 171 ◦ green 99 ◦ blue 138

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

Shades of Strikemaster #AB638A

Tints of Strikemaster #AB638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.26%

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

R = 41.91%
G = 24.26%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AB638A (or 0xAB638A) is known color: Strikemaster. HEX triplet: AB, 63 and 8A. RGB value is (171,99,138). Sum of RGB (Red+Green+Blue) = 171+99+138=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 138 (54.30% from 255 or 33.82% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB638A is #549C75. Grayscale: #7C7C7C. Windows color (decimal): -5545078 or 9069483. OLE color: 9069483.

HSL color Cylindrical-coordinate representation of color #AB638A: hue angle of 327.5º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB638A is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 99 138 -
CMYK 0 0.42 0.19 0.33
HSL 327.5º 0.3% 0.53% -
HSV(B) 327.5º 0.42% 0.67% -
XYZ 25.84 19.42 26.43 -
YUV 124.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 171 99 138 0 0.42 0.19 0.33 327.5 0.3 0.53
Hex AB 63 8A 0 2A 13 21 148 1E 35
Octal 253 143 212 0 52 23 41 510 36 65
Binary 10101011 1100011 10001010 0 101010 10011 100001 101001000 11110 110101

Color Harmonies of #AB638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB638A

Black with #AB638A

Text Example


Text Example

White with #AB638A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB638A; }

 p { color: rgb(171,99,138); }

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

background-color css

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

 a { background-color: rgb(171,99,138); }

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

border-color css

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

 span { border-color: rgb(171,99,138); }

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