Html Css Color HEX #AB8DDA Biloba Flower

📋 copy color: '#AB8DDA'

red 171 ◦ green 141 ◦ blue 218

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

Shades of Biloba Flower #AB8DDA

Tints of Biloba Flower #AB8DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.6%

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

R = 32.26%
G = 26.6%
B = 41.13%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB8DDA (or 0xAB8DDA) is known color: Biloba Flower. HEX triplet: AB, 8D and DA. RGB value is (171,141,218). Sum of RGB (Red+Green+Blue) = 171+141+218=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB8DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DDA is #547225. Grayscale: #9E9E9E. Windows color (decimal): -5534246 or 14323115. OLE color: 14323115.

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

Color convert

RGB 171 141 218 -
CMYK 0.22 0.35 0 0.15
HSL 263.38º 0.51% 0.7% -
HSV(B) 263.38º 0.35% 0.85% -
XYZ 38.97 32.77 70.6 -
YUV 158.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 171 141 218 0.22 0.35 0 0.15 263.38 0.51 0.7
Hex AB 8D DA 16 23 0 F 107 33 46
Octal 253 215 332 26 43 0 17 407 63 106
Binary 10101011 10001101 11011010 10110 100011 0 1111 100000111 110011 1000110

Color Harmonies of #AB8DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DDA

Black with #AB8DDA

Text Example


Text Example

White with #AB8DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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