Html Css Color HEX #AB92BD East Side

📋 copy color: '#AB92BD'

red 171 ◦ green 146 ◦ blue 189

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

Shades of East Side #AB92BD

Tints of East Side #AB92BD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 33.79%
G = 28.85%
B = 37.35%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB92BD (or 0xAB92BD) is known color: East Side. HEX triplet: AB, 92 and BD. RGB value is (171,146,189). Sum of RGB (Red+Green+Blue) = 171+146+189=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB92BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92BD is #546D42. Grayscale: #9E9E9E. Windows color (decimal): -5532995 or 12423851. OLE color: 12423851.

HSL color Cylindrical-coordinate representation of color #AB92BD: hue angle of 274.88º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB92BD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 146 189 -
CMYK 0.10 0.23 0 0.26
HSL 274.88º 0.25% 0.66% -
HSV(B) 274.88º 0.23% 0.74% -
XYZ 36.26 32.89 52.58 -
YUV 158.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 171 146 189 0.10 0.23 0 0.26 274.88 0.25 0.66
Hex AB 92 BD A 17 0 1A 113 19 42
Octal 253 222 275 12 27 0 32 423 31 102
Binary 10101011 10010010 10111101 1010 10111 0 11010 100010011 11001 1000010

Color Harmonies of #AB92BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92BD

Black with #AB92BD

Text Example


Text Example

White with #AB92BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92BD; }

 p { color: rgb(171,146,189); }

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

background-color css

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

 a { background-color: rgb(171,146,189); }

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

border-color css

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

 span { border-color: rgb(171,146,189); }

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