Html Css Color HEX #AB7AD0 East Side

📋 copy color: '#AB7AD0'

red 171 ◦ green 122 ◦ blue 208

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

Shades of East Side #AB7AD0

Tints of East Side #AB7AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.35%

 BLUE value IS 208 (81.64% from 255) = 41.52%

R = 34.13%
G = 24.35%
B = 41.52%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB7AD0 (or 0xAB7AD0) is known color: East Side. HEX triplet: AB, 7A and D0. RGB value is (171,122,208). Sum of RGB (Red+Green+Blue) = 171+122+208=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB7AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7AD0 is #54852F. Grayscale: #929292. Windows color (decimal): -5539120 or 13662891. OLE color: 13662891.

HSL color Cylindrical-coordinate representation of color #AB7AD0: hue angle of 274.19º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB7AD0 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 122 208 -
CMYK 0.18 0.41 0 0.18
HSL 274.19º 0.48% 0.65% -
HSV(B) 274.19º 0.41% 0.82% -
XYZ 35.14 27.13 63.06 -
YUV 146.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 171 122 208 0.18 0.41 0 0.18 274.19 0.48 0.65
Hex AB 7A D0 12 29 0 12 112 30 41
Octal 253 172 320 22 51 0 22 422 60 101
Binary 10101011 1111010 11010000 10010 101001 0 10010 100010010 110000 1000001

Color Harmonies of #AB7AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7AD0

Black with #AB7AD0

Text Example


Text Example

White with #AB7AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7AD0; }

 p { color: rgb(171,122,208); }

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

background-color css

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

 a { background-color: rgb(171,122,208); }

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

border-color css

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

 span { border-color: rgb(171,122,208); }

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