Html Css Color HEX #A18DF5 Biloba Flower

📋 copy color: '#A18DF5'

red 161 ◦ green 141 ◦ blue 245

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

Shades of Biloba Flower #A18DF5

Tints of Biloba Flower #A18DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 44.79%

R = 29.43%
G = 25.78%
B = 44.79%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A18DF5 (or 0xA18DF5) is known color: Biloba Flower. HEX triplet: A1, 8D and F5. RGB value is (161,141,245). Sum of RGB (Red+Green+Blue) = 161+141+245=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #A18DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18DF5 is #5E720A. Grayscale: #9E9E9E. Windows color (decimal): -6189579 or 16092577. OLE color: 16092577.

HSL color Cylindrical-coordinate representation of color #A18DF5: hue angle of 251.54º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A18DF5 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 161 141 245 -
CMYK 0.34 0.42 0 0.04
HSL 251.54º 0.84% 0.76% -
HSV(B) 251.54º 0.42% 0.96% -
XYZ 40.7 33.22 90.65 -
YUV 158.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 161 141 245 0.34 0.42 0 0.04 251.54 0.84 0.76
Hex A1 8D F5 22 2A 0 4 FC 54 4C
Octal 241 215 365 42 52 0 4 374 124 114
Binary 10100001 10001101 11110101 100010 101010 0 100 11111100 1010100 1001100

Color Harmonies of #A18DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18DF5

Black with #A18DF5

Text Example


Text Example

White with #A18DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18DF5; }

 p { color: rgb(161,141,245); }

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

background-color css

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

 a { background-color: rgb(161,141,245); }

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

border-color css

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

 span { border-color: rgb(161,141,245); }

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