Html Css Color HEX #AB94C2 East Side

📋 copy color: '#AB94C2'

red 171 ◦ green 148 ◦ blue 194

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

Shades of East Side #AB94C2

Tints of East Side #AB94C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.82%

R = 33.33%
G = 28.85%
B = 37.82%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB94C2 (or 0xAB94C2) is known color: East Side. HEX triplet: AB, 94 and C2. RGB value is (171,148,194). Sum of RGB (Red+Green+Blue) = 171+148+194=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB94C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB94C2 is #546B3D. Grayscale: #9F9F9F. Windows color (decimal): -5532478 or 12752043. OLE color: 12752043.

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

Color convert

RGB 171 148 194 -
CMYK 0.12 0.24 0 0.24
HSL 270º 0.27% 0.67% -
HSV(B) 270º 0.24% 0.76% -
XYZ 37.12 33.73 55.59 -
YUV 160.12 147.12 135.76 -
System Red Green Blue C M Y K H S L
Decimal 171 148 194 0.12 0.24 0 0.24 270 0.27 0.67
Hex AB 94 C2 C 18 0 18 10E 1B 43
Octal 253 224 302 14 30 0 30 416 33 103
Binary 10101011 10010100 11000010 1100 11000 0 11000 100001110 11011 1000011

Color Harmonies of #AB94C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB94C2

Black with #AB94C2

Text Example


Text Example

White with #AB94C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB94C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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