Html Css Color HEX #AB82C1 East Side

📋 copy color: '#AB82C1'

red 171 ◦ green 130 ◦ blue 193

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

Shades of East Side #AB82C1

Tints of East Side #AB82C1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.32%

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

R = 34.62%
G = 26.32%
B = 39.07%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB82C1 (or 0xAB82C1) is known color: East Side. HEX triplet: AB, 82 and C1. RGB value is (171,130,193). Sum of RGB (Red+Green+Blue) = 171+130+193=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB82C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82C1 is #547D3E. Grayscale: #959595. Windows color (decimal): -5537087 or 12681899. OLE color: 12681899.

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

Color convert

RGB 171 130 193 -
CMYK 0.11 0.33 0 0.24
HSL 279.05º 0.34% 0.63% -
HSV(B) 279.05º 0.33% 0.76% -
XYZ 34.4 28.47 54.13 -
YUV 149.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 171 130 193 0.11 0.33 0 0.24 279.05 0.34 0.63
Hex AB 82 C1 B 21 0 18 117 22 3F
Octal 253 202 301 13 41 0 30 427 42 77
Binary 10101011 10000010 11000001 1011 100001 0 11000 100010111 100010 111111

Color Harmonies of #AB82C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82C1

Black with #AB82C1

Text Example


Text Example

White with #AB82C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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