Html Css Color HEX #A18BDF Biloba Flower

📋 copy color: '#A18BDF'

red 161 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #A18BDF

Tints of Biloba Flower #A18BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.64%

R = 30.78%
G = 26.58%
B = 42.64%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A18BDF (or 0xA18BDF) is known color: Biloba Flower. HEX triplet: A1, 8B and DF. RGB value is (161,139,223). Sum of RGB (Red+Green+Blue) = 161+139+223=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #A18BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18BDF is #5E7420. Grayscale: #9A9A9A. Windows color (decimal): -6190113 or 14650273. OLE color: 14650273.

HSL color Cylindrical-coordinate representation of color #A18BDF: hue angle of 255.71º degrees, saturation: 0.57, 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 #A18BDF is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 139 223 -
CMYK 0.28 0.38 0 0.13
HSL 255.71º 0.57% 0.71% -
HSV(B) 255.71º 0.38% 0.87% -
XYZ 37.25 31.37 73.9 -
YUV 155.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 161 139 223 0.28 0.38 0 0.13 255.71 0.57 0.71
Hex A1 8B DF 1C 26 0 D 100 39 47
Octal 241 213 337 34 46 0 15 400 71 107
Binary 10100001 10001011 11011111 11100 100110 0 1101 100000000 111001 1000111

Color Harmonies of #A18BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18BDF

Black with #A18BDF

Text Example


Text Example

White with #A18BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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