Html Css Color HEX #AB7CC2 East Side

📋 copy color: '#AB7CC2'

red 171 ◦ green 124 ◦ blue 194

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

Shades of East Side #AB7CC2

Tints of East Side #AB7CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.36%

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

R = 34.97%
G = 25.36%
B = 39.67%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB7CC2 (or 0xAB7CC2) is known color: East Side. HEX triplet: AB, 7C and C2. RGB value is (171,124,194). Sum of RGB (Red+Green+Blue) = 171+124+194=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB7CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7CC2 is #54833D. Grayscale: #919191. Windows color (decimal): -5538622 or 12745899. OLE color: 12745899.

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

Color convert

RGB 171 124 194 -
CMYK 0.12 0.36 0 0.24
HSL 280.29º 0.36% 0.62% -
HSV(B) 280.29º 0.36% 0.76% -
XYZ 33.74 26.97 54.47 -
YUV 146.03 155.07 145.81 -
System Red Green Blue C M Y K H S L
Decimal 171 124 194 0.12 0.36 0 0.24 280.29 0.36 0.62
Hex AB 7C C2 C 24 0 18 118 24 3E
Octal 253 174 302 14 44 0 30 430 44 76
Binary 10101011 1111100 11000010 1100 100100 0 11000 100011000 100100 111110

Color Harmonies of #AB7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7CC2

Black with #AB7CC2

Text Example


Text Example

White with #AB7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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