Html Css Color HEX #AB8BDA Biloba Flower

📋 copy color: '#AB8BDA'

red 171 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #AB8BDA

Tints of Biloba Flower #AB8BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.33%

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

R = 32.39%
G = 26.33%
B = 41.29%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB8BDA (or 0xAB8BDA) is known color: Biloba Flower. HEX triplet: AB, 8B and DA. RGB value is (171,139,218). Sum of RGB (Red+Green+Blue) = 171+139+218=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB8BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BDA is #547425. Grayscale: #9D9D9D. Windows color (decimal): -5534758 or 14322603. OLE color: 14322603.

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

Color convert

RGB 171 139 218 -
CMYK 0.22 0.36 0 0.15
HSL 264.3º 0.52% 0.7% -
HSV(B) 264.3º 0.36% 0.85% -
XYZ 38.68 32.19 70.5 -
YUV 157.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 171 139 218 0.22 0.36 0 0.15 264.3 0.52 0.7
Hex AB 8B DA 16 24 0 F 108 34 46
Octal 253 213 332 26 44 0 17 410 64 106
Binary 10101011 10001011 11011010 10110 100100 0 1111 100001000 110100 1000110

Color Harmonies of #AB8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BDA

Black with #AB8BDA

Text Example


Text Example

White with #AB8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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