Html Css Color HEX #AB86DD Biloba Flower

📋 copy color: '#AB86DD'

red 171 ◦ green 134 ◦ blue 221

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

Shades of Biloba Flower #AB86DD

Tints of Biloba Flower #AB86DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.02%

R = 32.51%
G = 25.48%
B = 42.02%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB86DD (or 0xAB86DD) is known color: Biloba Flower. HEX triplet: AB, 86 and DD. RGB value is (171,134,221). Sum of RGB (Red+Green+Blue) = 171+134+221=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86DD is #547922. Grayscale: #9A9A9A. Windows color (decimal): -5536035 or 14517931. OLE color: 14517931.

HSL color Cylindrical-coordinate representation of color #AB86DD: hue angle of 265.52º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AB86DD is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 134 221 -
CMYK 0.23 0.39 0 0.13
HSL 265.52º 0.56% 0.7% -
HSV(B) 265.52º 0.39% 0.87% -
XYZ 38.37 30.93 72.35 -
YUV 154.98 165.26 139.43 -
System Red Green Blue C M Y K H S L
Decimal 171 134 221 0.23 0.39 0 0.13 265.52 0.56 0.7
Hex AB 86 DD 17 27 0 D 10A 38 46
Octal 253 206 335 27 47 0 15 412 70 106
Binary 10101011 10000110 11011101 10111 100111 0 1101 100001010 111000 1000110

Color Harmonies of #AB86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86DD

Black with #AB86DD

Text Example


Text Example

White with #AB86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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