Html Css Color HEX #A18CDA Biloba Flower

📋 copy color: '#A18CDA'

red 161 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #A18CDA

Tints of Biloba Flower #A18CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.97%

 BLUE value IS 218 (85.55% from 255) = 42%

R = 31.02%
G = 26.97%
B = 42%

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

#A18CDA (or 0xA18CDA) is known color: Biloba Flower. HEX triplet: A1, 8C and DA. RGB value is (161,140,218). Sum of RGB (Red+Green+Blue) = 161+140+218=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #A18CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18CDA is #5E7325. Grayscale: #9A9A9A. Windows color (decimal): -6189862 or 14322849. OLE color: 14322849.

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

Color convert

RGB 161 140 218 -
CMYK 0.26 0.36 0 0.15
HSL 256.15º 0.51% 0.7% -
HSV(B) 256.15º 0.36% 0.85% -
XYZ 36.73 31.4 70.45 -
YUV 155.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 161 140 218 0.26 0.36 0 0.15 256.15 0.51 0.7
Hex A1 8C DA 1A 24 0 F 100 33 46
Octal 241 214 332 32 44 0 17 400 63 106
Binary 10100001 10001100 11011010 11010 100100 0 1111 100000000 110011 1000110

Color Harmonies of #A18CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18CDA

Black with #A18CDA

Text Example


Text Example

White with #A18CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18CDA; }

 p { color: rgb(161,140,218); }

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

background-color css

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

 a { background-color: rgb(161,140,218); }

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

border-color css

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

 span { border-color: rgb(161,140,218); }

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