Html Css Color HEX #A18BD7 Biloba Flower

📋 copy color: '#A18BD7'

red 161 ◦ green 139 ◦ blue 215

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

Shades of Biloba Flower #A18BD7

Tints of Biloba Flower #A18BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.75%

R = 31.26%
G = 26.99%
B = 41.75%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A18BD7 (or 0xA18BD7) is known color: Biloba Flower. HEX triplet: A1, 8B and D7. RGB value is (161,139,215). Sum of RGB (Red+Green+Blue) = 161+139+215=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #A18BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BD7 is #5E7428. Grayscale: #999999. Windows color (decimal): -6190121 or 14125985. OLE color: 14125985.

HSL color Cylindrical-coordinate representation of color #A18BD7: hue angle of 257.37º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A18BD7 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 139 215 -
CMYK 0.25 0.35 0 0.16
HSL 257.37º 0.49% 0.69% -
HSV(B) 257.37º 0.35% 0.84% -
XYZ 36.2 30.95 68.36 -
YUV 154.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 161 139 215 0.25 0.35 0 0.16 257.37 0.49 0.69
Hex A1 8B D7 19 23 0 10 101 31 45
Octal 241 213 327 31 43 0 20 401 61 105
Binary 10100001 10001011 11010111 11001 100011 0 10000 100000001 110001 1000101

Color Harmonies of #A18BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BD7

Black with #A18BD7

Text Example


Text Example

White with #A18BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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