Html Css Color HEX #AB9ABC East Side

📋 copy color: '#AB9ABC'

red 171 ◦ green 154 ◦ blue 188

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

Shades of East Side #AB9ABC

Tints of East Side #AB9ABC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.02%

 BLUE value IS 188 (73.83% from 255) = 36.65%

R = 33.33%
G = 30.02%
B = 36.65%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB9ABC (or 0xAB9ABC) is known color: East Side. HEX triplet: AB, 9A and BC. RGB value is (171,154,188). Sum of RGB (Red+Green+Blue) = 171+154+188=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB9ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ABC is #546543. Grayscale: #A2A2A2. Windows color (decimal): -5530948 or 12360363. OLE color: 12360363.

HSL color Cylindrical-coordinate representation of color #AB9ABC: hue angle of 270º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AB9ABC is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 154 188 -
CMYK 0.09 0.18 0 0.26
HSL 270º 0.2% 0.67% -
HSV(B) 270º 0.18% 0.74% -
XYZ 37.43 35.4 52.44 -
YUV 162.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 171 154 188 0.09 0.18 0 0.26 270 0.2 0.67
Hex AB 9A BC 9 12 0 1A 10E 14 43
Octal 253 232 274 11 22 0 32 416 24 103
Binary 10101011 10011010 10111100 1001 10010 0 11010 100001110 10100 1000011

Color Harmonies of #AB9ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9ABC

Black with #AB9ABC

Text Example


Text Example

White with #AB9ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9ABC; }

 p { color: rgb(171,154,188); }

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

background-color css

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

 a { background-color: rgb(171,154,188); }

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

border-color css

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

 span { border-color: rgb(171,154,188); }

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