Html Css Color HEX #AB92C4 East Side

📋 copy color: '#AB92C4'

red 171 ◦ green 146 ◦ blue 196

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

Shades of East Side #AB92C4

Tints of East Side #AB92C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.21%

R = 33.33%
G = 28.46%
B = 38.21%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB92C4 (or 0xAB92C4) is known color: East Side. HEX triplet: AB, 92 and C4. RGB value is (171,146,196). Sum of RGB (Red+Green+Blue) = 171+146+196=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB92C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB92C4 is #546D3B. Grayscale: #9F9F9F. Windows color (decimal): -5532988 or 12882603. OLE color: 12882603.

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

Color convert

RGB 171 146 196 -
CMYK 0.13 0.26 0 0.23
HSL 270º 0.3% 0.67% -
HSV(B) 270º 0.26% 0.77% -
XYZ 37.04 33.2 56.68 -
YUV 159.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 171 146 196 0.13 0.26 0 0.23 270 0.3 0.67
Hex AB 92 C4 D 1A 0 17 10E 1E 43
Octal 253 222 304 15 32 0 27 416 36 103
Binary 10101011 10010010 11000100 1101 11010 0 10111 100001110 11110 1000011

Color Harmonies of #AB92C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB92C4

Black with #AB92C4

Text Example


Text Example

White with #AB92C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB92C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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