Html Css Color HEX #AB93DB Biloba Flower

📋 copy color: '#AB93DB'

red 171 ◦ green 147 ◦ blue 219

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

Shades of Biloba Flower #AB93DB

Tints of Biloba Flower #AB93DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.37%

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

R = 31.84%
G = 27.37%
B = 40.78%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB93DB (or 0xAB93DB) is known color: Biloba Flower. HEX triplet: AB, 93 and DB. RGB value is (171,147,219). Sum of RGB (Red+Green+Blue) = 171+147+219=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB93DB is #546C24. Grayscale: #A2A2A2. Windows color (decimal): -5532709 or 14390187. OLE color: 14390187.

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

Color convert

RGB 171 147 219 -
CMYK 0.22 0.33 0 0.14
HSL 260º 0.5% 0.72% -
HSV(B) 260º 0.33% 0.86% -
XYZ 40.01 34.64 71.6 -
YUV 162.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 171 147 219 0.22 0.33 0 0.14 260 0.5 0.72
Hex AB 93 DB 16 21 0 E 104 32 48
Octal 253 223 333 26 41 0 16 404 62 110
Binary 10101011 10010011 11011011 10110 100001 0 1110 100000100 110010 1001000

Color Harmonies of #AB93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB93DB

Black with #AB93DB

Text Example


Text Example

White with #AB93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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