Html Css Color HEX #A18BDA Biloba Flower

📋 copy color: '#A18BDA'

red 161 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #A18BDA

Tints of Biloba Flower #A18BDA

RGB

 RED value IS 161 (63.28% from 255) = 31.08%

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

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

R = 31.08%
G = 26.83%
B = 42.08%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A18BDA (or 0xA18BDA) is known color: Biloba Flower. HEX triplet: A1, 8B and DA. RGB value is (161,139,218). Sum of RGB (Red+Green+Blue) = 161+139+218=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #A18BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BDA is #5E7425. Grayscale: #9A9A9A. Windows color (decimal): -6190118 or 14322593. OLE color: 14322593.

HSL color Cylindrical-coordinate representation of color #A18BDA: hue angle of 256.71º 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 #A18BDA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 139 218 -
CMYK 0.26 0.36 0 0.15
HSL 256.71º 0.52% 0.7% -
HSV(B) 256.71º 0.36% 0.85% -
XYZ 36.59 31.1 70.41 -
YUV 154.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 161 139 218 0.26 0.36 0 0.15 256.71 0.52 0.7
Hex A1 8B DA 1A 24 0 F 101 34 46
Octal 241 213 332 32 44 0 17 401 64 106
Binary 10100001 10001011 11011010 11010 100100 0 1111 100000001 110100 1000110

Color Harmonies of #A18BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BDA

Black with #A18BDA

Text Example


Text Example

White with #A18BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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