Html Css Color HEX #AB86DA Biloba Flower

📋 copy color: '#AB86DA'

red 171 ◦ green 134 ◦ blue 218

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

Shades of Biloba Flower #AB86DA

Tints of Biloba Flower #AB86DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 32.7%
G = 25.62%
B = 41.68%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB86DA (or 0xAB86DA) is known color: Biloba Flower. HEX triplet: AB, 86 and DA. RGB value is (171,134,218). Sum of RGB (Red+Green+Blue) = 171+134+218=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB86DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB86DA is #547925. Grayscale: #9A9A9A. Windows color (decimal): -5536038 or 14321323. OLE color: 14321323.

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

Color convert

RGB 171 134 218 -
CMYK 0.22 0.39 0 0.15
HSL 266.43º 0.53% 0.69% -
HSV(B) 266.43º 0.39% 0.85% -
XYZ 37.97 30.77 70.27 -
YUV 154.64 163.76 139.67 -
System Red Green Blue C M Y K H S L
Decimal 171 134 218 0.22 0.39 0 0.15 266.43 0.53 0.69
Hex AB 86 DA 16 27 0 F 10A 35 45
Octal 253 206 332 26 47 0 17 412 65 105
Binary 10101011 10000110 11011010 10110 100111 0 1111 100001010 110101 1000101

Color Harmonies of #AB86DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB86DA

Black with #AB86DA

Text Example


Text Example

White with #AB86DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB86DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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