Html Css Color HEX #AB8CCA East Side

📋 copy color: '#AB8CCA'

red 171 ◦ green 140 ◦ blue 202

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

Shades of East Side #AB8CCA

Tints of East Side #AB8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.29%

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

R = 33.33%
G = 27.29%
B = 39.38%

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

#AB8CCA (or 0xAB8CCA) is known color: East Side. HEX triplet: AB, 8C and CA. RGB value is (171,140,202). Sum of RGB (Red+Green+Blue) = 171+140+202=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CCA is #547335. Grayscale: #9C9C9C. Windows color (decimal): -5534518 or 13274283. OLE color: 13274283.

HSL color Cylindrical-coordinate representation of color #AB8CCA: hue angle of 270º 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 #AB8CCA is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 140 202 -
CMYK 0.15 0.31 0 0.21
HSL 270º 0.37% 0.67% -
HSV(B) 270º 0.31% 0.79% -
XYZ 36.83 31.68 60.05 -
YUV 156.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 171 140 202 0.15 0.31 0 0.21 270 0.37 0.67
Hex AB 8C CA F 1F 0 15 10E 25 43
Octal 253 214 312 17 37 0 25 416 45 103
Binary 10101011 10001100 11001010 1111 11111 0 10101 100001110 100101 1000011

Color Harmonies of #AB8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CCA

Black with #AB8CCA

Text Example


Text Example

White with #AB8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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