Html Css Color HEX #AB94C1 East Side

📋 copy color: '#AB94C1'

red 171 ◦ green 148 ◦ blue 193

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

Shades of East Side #AB94C1

Tints of East Side #AB94C1

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

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

R = 33.4%
G = 28.91%
B = 37.7%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB94C1 (or 0xAB94C1) is known color: East Side. HEX triplet: AB, 94 and C1. RGB value is (171,148,193). Sum of RGB (Red+Green+Blue) = 171+148+193=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB94C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94C1 is #546B3E. Grayscale: #9F9F9F. Windows color (decimal): -5532479 or 12686507. OLE color: 12686507.

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

Color convert

RGB 171 148 193 -
CMYK 0.11 0.23 0 0.24
HSL 270.67º 0.27% 0.67% -
HSV(B) 270.67º 0.23% 0.76% -
XYZ 37.01 33.69 55 -
YUV 160.01 146.62 135.84 -
System Red Green Blue C M Y K H S L
Decimal 171 148 193 0.11 0.23 0 0.24 270.67 0.27 0.67
Hex AB 94 C1 B 17 0 18 10F 1B 43
Octal 253 224 301 13 27 0 30 417 33 103
Binary 10101011 10010100 11000001 1011 10111 0 11000 100001111 11011 1000011

Color Harmonies of #AB94C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94C1

Black with #AB94C1

Text Example


Text Example

White with #AB94C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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