Html Css Color HEX #A18AD9 Biloba Flower

📋 copy color: '#A18AD9'

red 161 ◦ green 138 ◦ blue 217

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

Shades of Biloba Flower #A18AD9

Tints of Biloba Flower #A18AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.74%

 BLUE value IS 217 (85.16% from 255) = 42.05%

R = 31.2%
G = 26.74%
B = 42.05%

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

#A18AD9 (or 0xA18AD9) is known color: Biloba Flower. HEX triplet: A1, 8A and D9. RGB value is (161,138,217). Sum of RGB (Red+Green+Blue) = 161+138+217=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #A18AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18AD9 is #5E7526. Grayscale: #999999. Windows color (decimal): -6190375 or 14256801. OLE color: 14256801.

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

Color convert

RGB 161 138 217 -
CMYK 0.26 0.36 0 0.15
HSL 257.47º 0.51% 0.7% -
HSV(B) 257.47º 0.36% 0.85% -
XYZ 36.31 30.76 69.67 -
YUV 153.88 163.62 133.08 -
System Red Green Blue C M Y K H S L
Decimal 161 138 217 0.26 0.36 0 0.15 257.47 0.51 0.7
Hex A1 8A D9 1A 24 0 F 101 33 46
Octal 241 212 331 32 44 0 17 401 63 106
Binary 10100001 10001010 11011001 11010 100100 0 1111 100000001 110011 1000110

Color Harmonies of #A18AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18AD9

Black with #A18AD9

Text Example


Text Example

White with #A18AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18AD9; }

 p { color: rgb(161,138,217); }

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

background-color css

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

 a { background-color: rgb(161,138,217); }

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

border-color css

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

 span { border-color: rgb(161,138,217); }

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