Html Css Color HEX #AB7DBA East Side

📋 copy color: '#AB7DBA'

red 171 ◦ green 125 ◦ blue 186

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

Shades of East Side #AB7DBA

Tints of East Side #AB7DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.93%

 BLUE value IS 186 (73.05% from 255) = 38.59%

R = 35.48%
G = 25.93%
B = 38.59%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB7DBA (or 0xAB7DBA) is known color: East Side. HEX triplet: AB, 7D and BA. RGB value is (171,125,186). Sum of RGB (Red+Green+Blue) = 171+125+186=482 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.48% from 482); Green value is 125 (49.22% from 255 or 25.93% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7DBA is #548245. Grayscale: #919191. Windows color (decimal): -5538374 or 12221867. OLE color: 12221867.

HSL color Cylindrical-coordinate representation of color #AB7DBA: hue angle of 285.25º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7DBA is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 125 186 -
CMYK 0.08 0.33 0 0.27
HSL 285.25º 0.31% 0.61% -
HSV(B) 285.25º 0.33% 0.73% -
XYZ 32.99 26.87 49.9 -
YUV 145.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 171 125 186 0.08 0.33 0 0.27 285.25 0.31 0.61
Hex AB 7D BA 8 21 0 1B 11D 1F 3D
Octal 253 175 272 10 41 0 33 435 37 75
Binary 10101011 1111101 10111010 1000 100001 0 11011 100011101 11111 111101

Color Harmonies of #AB7DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7DBA

Black with #AB7DBA

Text Example


Text Example

White with #AB7DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7DBA; }

 p { color: rgb(171,125,186); }

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

background-color css

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

 a { background-color: rgb(171,125,186); }

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

border-color css

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

 span { border-color: rgb(171,125,186); }

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