Html Css Color HEX #AB8BCA East Side

📋 copy color: '#AB8BCA'

red 171 ◦ green 139 ◦ blue 202

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

Shades of East Side #AB8BCA

Tints of East Side #AB8BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 202 (79.3% from 255) = 39.45%

R = 33.4%
G = 27.15%
B = 39.45%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AB8BCA (or 0xAB8BCA) is known color: East Side. HEX triplet: AB, 8B and CA. RGB value is (171,139,202). Sum of RGB (Red+Green+Blue) = 171+139+202=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB8BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BCA is #547435. Grayscale: #9B9B9B. Windows color (decimal): -5534774 or 13274027. OLE color: 13274027.

HSL color Cylindrical-coordinate representation of color #AB8BCA: hue angle of 270.48º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8BCA is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 139 202 -
CMYK 0.15 0.31 0 0.21
HSL 270.48º 0.37% 0.67% -
HSV(B) 270.48º 0.31% 0.79% -
XYZ 36.69 31.39 60 -
YUV 155.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 171 139 202 0.15 0.31 0 0.21 270.48 0.37 0.67
Hex AB 8B CA F 1F 0 15 10E 25 43
Octal 253 213 312 17 37 0 25 416 45 103
Binary 10101011 10001011 11001010 1111 11111 0 10101 100001110 100101 1000011

Color Harmonies of #AB8BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BCA

Black with #AB8BCA

Text Example


Text Example

White with #AB8BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BCA; }

 p { color: rgb(171,139,202); }

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

background-color css

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

 a { background-color: rgb(171,139,202); }

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

border-color css

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

 span { border-color: rgb(171,139,202); }

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