Html Css Color HEX #AB86DB Biloba Flower

📋 copy color: '#AB86DB'

red 171 ◦ green 134 ◦ blue 219

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

Shades of Biloba Flower #AB86DB

Tints of Biloba Flower #AB86DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.57%

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

R = 32.63%
G = 25.57%
B = 41.79%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB86DB (or 0xAB86DB) is known color: Biloba Flower. HEX triplet: AB, 86 and DB. RGB value is (171,134,219). Sum of RGB (Red+Green+Blue) = 171+134+219=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86DB is #547924. Grayscale: #9A9A9A. Windows color (decimal): -5536037 or 14386859. OLE color: 14386859.

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

Color convert

RGB 171 134 219 -
CMYK 0.22 0.39 0 0.14
HSL 266.12º 0.54% 0.69% -
HSV(B) 266.12º 0.39% 0.86% -
XYZ 38.11 30.82 70.96 -
YUV 154.75 164.26 139.59 -
System Red Green Blue C M Y K H S L
Decimal 171 134 219 0.22 0.39 0 0.14 266.12 0.54 0.69
Hex AB 86 DB 16 27 0 E 10A 36 45
Octal 253 206 333 26 47 0 16 412 66 105
Binary 10101011 10000110 11011011 10110 100111 0 1110 100001010 110110 1000101

Color Harmonies of #AB86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86DB

Black with #AB86DB

Text Example


Text Example

White with #AB86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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