Html Css Color HEX #A18BD8 Biloba Flower

📋 copy color: '#A18BD8'

red 161 ◦ green 139 ◦ blue 216

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

Shades of Biloba Flower #A18BD8

Tints of Biloba Flower #A18BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.86%

R = 31.2%
G = 26.94%
B = 41.86%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A18BD8 (or 0xA18BD8) is known color: Biloba Flower. HEX triplet: A1, 8B and D8. RGB value is (161,139,216). Sum of RGB (Red+Green+Blue) = 161+139+216=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 139 (54.69% from 255 or 26.94% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #A18BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BD8 is #5E7427. Grayscale: #9A9A9A. Windows color (decimal): -6190120 or 14191521. OLE color: 14191521.

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

Color convert

RGB 161 139 216 -
CMYK 0.25 0.36 0 0.15
HSL 257.14º 0.5% 0.7% -
HSV(B) 257.14º 0.36% 0.85% -
XYZ 36.33 31 69.03 -
YUV 154.36 162.79 132.74 -
System Red Green Blue C M Y K H S L
Decimal 161 139 216 0.25 0.36 0 0.15 257.14 0.5 0.7
Hex A1 8B D8 19 24 0 F 101 32 46
Octal 241 213 330 31 44 0 17 401 62 106
Binary 10100001 10001011 11011000 11001 100100 0 1111 100000001 110010 1000110

Color Harmonies of #A18BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BD8

Black with #A18BD8

Text Example


Text Example

White with #A18BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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