Html Css Color HEX #AB8BDB Biloba Flower

📋 copy color: '#AB8BDB'

red 171 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #AB8BDB

Tints of Biloba Flower #AB8BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.28%

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 32.33%
G = 26.28%
B = 41.4%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB8BDB (or 0xAB8BDB) is known color: Biloba Flower. HEX triplet: AB, 8B and DB. RGB value is (171,139,219). Sum of RGB (Red+Green+Blue) = 171+139+219=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB8BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BDB is #547424. Grayscale: #9D9D9D. Windows color (decimal): -5534757 or 14388139. OLE color: 14388139.

HSL color Cylindrical-coordinate representation of color #AB8BDB: hue angle of 264º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AB8BDB is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 139 219 -
CMYK 0.22 0.37 0 0.14
HSL 264º 0.53% 0.7% -
HSV(B) 264º 0.37% 0.86% -
XYZ 38.81 32.24 71.19 -
YUV 157.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 171 139 219 0.22 0.37 0 0.14 264 0.53 0.7
Hex AB 8B DB 16 25 0 E 108 35 46
Octal 253 213 333 26 45 0 16 410 65 106
Binary 10101011 10001011 11011011 10110 100101 0 1110 100001000 110101 1000110

Color Harmonies of #AB8BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BDB

Black with #AB8BDB

Text Example


Text Example

White with #AB8BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BDB; }

 p { color: rgb(171,139,219); }

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

background-color css

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

 a { background-color: rgb(171,139,219); }

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

border-color css

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

 span { border-color: rgb(171,139,219); }

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