Html Css Color HEX #AB91DC Biloba Flower

📋 copy color: '#AB91DC'

red 171 ◦ green 145 ◦ blue 220

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

Shades of Biloba Flower #AB91DC

Tints of Biloba Flower #AB91DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.05%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 31.9%
G = 27.05%
B = 41.04%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB91DC (or 0xAB91DC) is known color: Biloba Flower. HEX triplet: AB, 91 and DC. RGB value is (171,145,220). Sum of RGB (Red+Green+Blue) = 171+145+220=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB91DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB91DC is #546E23. Grayscale: #A1A1A1. Windows color (decimal): -5533220 or 14455211. OLE color: 14455211.

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

Color convert

RGB 171 145 220 -
CMYK 0.22 0.34 0 0.14
HSL 260.8º 0.52% 0.72% -
HSV(B) 260.8º 0.34% 0.86% -
XYZ 39.84 34.08 72.19 -
YUV 161.32 161.11 134.9 -
System Red Green Blue C M Y K H S L
Decimal 171 145 220 0.22 0.34 0 0.14 260.8 0.52 0.72
Hex AB 91 DC 16 22 0 E 105 34 48
Octal 253 221 334 26 42 0 16 405 64 110
Binary 10101011 10010001 11011100 10110 100010 0 1110 100000101 110100 1001000

Color Harmonies of #AB91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB91DC

Black with #AB91DC

Text Example


Text Example

White with #AB91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB91DC; }

 p { color: rgb(171,145,220); }

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

background-color css

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

 a { background-color: rgb(171,145,220); }

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

border-color css

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

 span { border-color: rgb(171,145,220); }

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