Html Css Color HEX #AB82CC East Side

📋 copy color: '#AB82CC'

red 171 ◦ green 130 ◦ blue 204

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

Shades of East Side #AB82CC

Tints of East Side #AB82CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.4%

R = 33.86%
G = 25.74%
B = 40.4%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AB82CC (or 0xAB82CC) is known color: East Side. HEX triplet: AB, 82 and CC. RGB value is (171,130,204). Sum of RGB (Red+Green+Blue) = 171+130+204=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB82CC is #547D33. Grayscale: #969696. Windows color (decimal): -5537076 or 13402795. OLE color: 13402795.

HSL color Cylindrical-coordinate representation of color #AB82CC: hue angle of 273.24º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AB82CC is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 130 204 -
CMYK 0.16 0.36 0 0.2
HSL 273.24º 0.42% 0.65% -
HSV(B) 273.24º 0.36% 0.8% -
XYZ 35.68 28.98 60.84 -
YUV 150.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 171 130 204 0.16 0.36 0 0.2 273.24 0.42 0.65
Hex AB 82 CC 10 24 0 14 111 2A 41
Octal 253 202 314 20 44 0 24 421 52 101
Binary 10101011 10000010 11001100 10000 100100 0 10100 100010001 101010 1000001

Color Harmonies of #AB82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB82CC

Black with #AB82CC

Text Example


Text Example

White with #AB82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB82CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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