Html Css Color HEX #A18AEC Biloba Flower

📋 copy color: '#A18AEC'

red 161 ◦ green 138 ◦ blue 236

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

Shades of Biloba Flower #A18AEC

Tints of Biloba Flower #A18AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 30.09%
G = 25.79%
B = 44.11%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A18AEC (or 0xA18AEC) is known color: Biloba Flower. HEX triplet: A1, 8A and EC. RGB value is (161,138,236). Sum of RGB (Red+Green+Blue) = 161+138+236=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #A18AEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A18AEC is #5E7513. Grayscale: #9B9B9B. Windows color (decimal): -6190356 or 15501985. OLE color: 15501985.

HSL color Cylindrical-coordinate representation of color #A18AEC: hue angle of 254.08º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A18AEC is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 138 236 -
CMYK 0.32 0.42 0 0.07
HSL 254.08º 0.72% 0.73% -
HSV(B) 254.08º 0.42% 0.93% -
XYZ 38.93 31.81 83.45 -
YUV 156.05 173.12 131.53 -
System Red Green Blue C M Y K H S L
Decimal 161 138 236 0.32 0.42 0 0.07 254.08 0.72 0.73
Hex A1 8A EC 20 2A 0 7 FE 48 49
Octal 241 212 354 40 52 0 7 376 110 111
Binary 10100001 10001010 11101100 100000 101010 0 111 11111110 1001000 1001001

Color Harmonies of #A18AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18AEC

Black with #A18AEC

Text Example


Text Example

White with #A18AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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