Html Css Color HEX #A18ADE Biloba Flower

📋 copy color: '#A18ADE'

red 161 ◦ green 138 ◦ blue 222

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

Shades of Biloba Flower #A18ADE

Tints of Biloba Flower #A18ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 30.9%
G = 26.49%
B = 42.61%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A18ADE (or 0xA18ADE) is known color: Biloba Flower. HEX triplet: A1, 8A and DE. RGB value is (161,138,222). Sum of RGB (Red+Green+Blue) = 161+138+222=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #A18ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ADE is #5E7521. Grayscale: #9A9A9A. Windows color (decimal): -6190370 or 14584481. OLE color: 14584481.

HSL color Cylindrical-coordinate representation of color #A18ADE: hue angle of 256.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A18ADE is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 138 222 -
CMYK 0.27 0.38 0 0.13
HSL 256.43º 0.56% 0.71% -
HSV(B) 256.43º 0.38% 0.87% -
XYZ 36.97 31.03 73.15 -
YUV 154.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 161 138 222 0.27 0.38 0 0.13 256.43 0.56 0.71
Hex A1 8A DE 1B 26 0 D 100 38 47
Octal 241 212 336 33 46 0 15 400 70 107
Binary 10100001 10001010 11011110 11011 100110 0 1101 100000000 111000 1000111

Color Harmonies of #A18ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18ADE

Black with #A18ADE

Text Example


Text Example

White with #A18ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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