Html Css Color HEX #AB98C1 East Side

📋 copy color: '#AB98C1'

red 171 ◦ green 152 ◦ blue 193

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

Shades of East Side #AB98C1

Tints of East Side #AB98C1

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.46%

 BLUE value IS 193 (75.78% from 255) = 37.4%

R = 33.14%
G = 29.46%
B = 37.4%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB98C1 (or 0xAB98C1) is known color: East Side. HEX triplet: AB, 98 and C1. RGB value is (171,152,193). Sum of RGB (Red+Green+Blue) = 171+152+193=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB98C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98C1 is #54673E. Grayscale: #A2A2A2. Windows color (decimal): -5531455 or 12687531. OLE color: 12687531.

HSL color Cylindrical-coordinate representation of color #AB98C1: hue angle of 267.8º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AB98C1 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 152 193 -
CMYK 0.11 0.21 0 0.24
HSL 267.8º 0.25% 0.68% -
HSV(B) 267.8º 0.21% 0.76% -
XYZ 37.65 34.96 55.22 -
YUV 162.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 171 152 193 0.11 0.21 0 0.24 267.8 0.25 0.68
Hex AB 98 C1 B 15 0 18 10C 19 44
Octal 253 230 301 13 25 0 30 414 31 104
Binary 10101011 10011000 11000001 1011 10101 0 11000 100001100 11001 1000100

Color Harmonies of #AB98C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98C1

Black with #AB98C1

Text Example


Text Example

White with #AB98C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98C1; }

 p { color: rgb(171,152,193); }

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

background-color css

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

 a { background-color: rgb(171,152,193); }

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

border-color css

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

 span { border-color: rgb(171,152,193); }

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